mcp-outlook
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-outlooksearch my emails for 'invoice' and show the latest one"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-outlook
A small MCP server for personal Outlook/Hotmail/Live accounts, using the Microsoft Graph API directly. The official Outlook MCP server only supports work/school (Azure AD) accounts, this one is for everyone else.
Tools: list_emails, search_emails, read_email, delete_email (requires
explicit confirmation).
1. Register an Azure app (one-time setup)
Go to https://portal.azure.com → Azure Active Directory → App registrations → New registration.
Name it anything, e.g. "Personal Outlook MCP".
Under "Supported account types", choose "Personal Microsoft accounts only".
Leave "Redirect URI" blank.
After creation, copy the Application (client) ID from the app overview page.
Go to Authentication → scroll to "Advanced settings" → set "Allow public client flows" to Yes, then save.
Go to API permissions → Add a permission → Microsoft Graph → Delegated permissions → add
Mail.Read,Mail.ReadWrite,offline_access.
Related MCP server: simple-email-mcp
2. Configure
npm install
cp config.example.json config.jsonEdit config.json and paste in your client ID:
{ "clientId": "your-client-id-here" }3. Run
npm startOn first run, the terminal prints a code and a URL
(https://microsoft.com/devicelogin). Open the URL on any device, enter the
code, and sign in with your personal Microsoft account. A token-cache.json
file is created afterward so you won't need to log in again until the
refresh token expires.
4. Connect it to an MCP client
Point your MCP client (e.g. Claude Desktop) at this server by adding it to
its config, using the full path to src/index.js:
{
"mcpServers": {
"outlook": {
"command": "node",
"args": ["C:/xampp/htdocs/mcp-outlook-js/src/index.js"]
}
}
}Notes
config.jsonandtoken-cache.jsonhold secrets and are gitignored, never commit them.delete_emailmoves the message to Deleted Items (like a normal Outlook delete), and only runs if called withconfirm: true.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.
Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account
Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Outlook email through Microsoft Graph API. Supports email management operations like reading, searching, marking as read/unread, and deleting messages through natural language.114MIT
- AlicenseBqualityBmaintenanceEnables users to manage email accounts via IMAP/SMTP, including reading, searching, sending emails with attachments and calendar invites, all through natural language interactions with MCP-compatible clients.14MIT
- FlicenseNot gradedqualityCmaintenanceEnables to manage your Outlook mailbox via Microsoft Graph (write access) with delegated permissions, providing MCP tools to create, modify, and send emails, folders, categories, rules, and automatic replies.-
- FlicenseAqualityBmaintenanceAn MCP server that enables reading and managing Microsoft 365 / Outlook emails through Microsoft Graph API, allowing users to list, search, send, draft, and authenticate using device code flow.17-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/miguelowsky-js/mcp-outlook'
If you have feedback or need assistance with the MCP directory API, please join our Discord server