The Ultimate Outlook Desktop MCP
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., "@The Ultimate Outlook Desktop MCPWhat's on my calendar this week?"
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.
The Ultimate Outlook Desktop MCP
by Disrup Technology — https://disrup-tech.com
One independent MCP server that gives your AI assistant full control of Microsoft Outlook Desktop (Classic) — both calendar and email — over a single stdio connection, using local COM automation. No Microsoft Graph, no Entra app registration.
Requirements: Windows + Outlook Desktop (Classic) running. Outlook must be open for the server to connect.
One-line install
pip install git+https://github.com/victor-git-007/The-Ultimate-Outlook-Desktop-MCP.gitThen run it:
python -m the_ultimate_outlook_desktop_mcpRelated MCP server: outlook-classic-mcp
What it does
Group | Tools |
Calendar |
|
|
Just talk to your assistant:
"What's on my calendar this week?"
"Send an email from my disrup-tech.com account to …"
"List my flagged (red follow-up) emails"
Connect to your assistant
Claude Desktop — add to %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"outlook-desktop": {
"command": "python",
"args": ["-m", "the_ultimate_outlook_desktop_mcp"]
}
}
}Hermes Agent:
hermes mcp add outlook-desktop --command python --args -m the_ultimate_outlook_desktop_mcp(Restart Claude Desktop / start a new Hermes session afterwards.)
Disrup Technology fixes (baked in)
Calendar date parse — forces
MM/DD/YYYYso non-US locales (e.g.en-AE, short datedd/MM/yyyy) no longer throw "End date cannot be before start date".Flagged-email filter — the follow-up (red) flag is exposed as a
flaggedfield and filtered in-process, avoiding an invalid COMRestricterror some Outlook installs throw.
Usage notes
Always pass
account(e.g.victor@disrup-tech.com). The default store can resolve to an empty profile and return nothing.Red follow-up flags:
list_emails(flagged_only=True, account="...").
License
MIT — © Disrup Technology (https://disrup-tech.com). See LICENSE for the full
text and the required upstream attribution notices.
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 Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage Microsoft Outlook emails, calendar events, contacts, and folders via COM automation.1MIT
- AlicenseNot gradedqualityAmaintenanceEnables MCP-aware agents to interact with the classic Outlook desktop client for mail, calendar, contacts, tasks, and Out-of-Office settings via the COM API, without Azure or OAuth.14MIT
- FlicenseAqualityBmaintenanceControls the Microsoft Outlook desktop app via COM automation, enabling email, calendar, and contact management without needing Graph API or Azure registration.14
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to read, send, and manage Outlook mail locally on Windows via COM/MAPI, without cloud APIs.1141MIT
Related MCP Connectors
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
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/victor-git-007/The-Ultimate-Outlook-Desktop-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server