outlook-legacy-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., "@outlook-legacy-mcpShow me my latest 10 emails."
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.
Outlook Legacy MCP
Connect Claude Desktop to legacy Microsoft Outlook installations through Windows COM automation.
This project is designed especially for Outlook 2007 and similar legacy desktop Outlook environments where modern Outlook/Microsoft 365 integrations may not be available or practical.
How it works
Claude Desktop
|
| MCP
v
Outlook Legacy MCP Server
|
| Windows COM / MAPI
v
Microsoft Outlook Desktop
|
v
Configured Outlook Mail ProfileThe MCP server runs locally on the Windows computer. It does not connect directly to Exchange, IMAP, SMTP, or Microsoft Graph.
Related MCP server: Microsoft 365 MCP Server
Key feature: no Outlook credentials in the MCP
The server does not ask for or store:
Outlook username
Outlook password
Exchange server details
IMAP/SMTP credentials
Microsoft Graph credentials
OAuth tokens
Instead, it uses the Outlook desktop application and the mail profile already configured on the local Windows machine.
Current MCP tools
Tool | Description |
| List recent messages from the Inbox or a top-level folder |
| Read the contents of a specific email |
| Create and save an email draft |
| Send an email through Outlook |
Requirements
Windows
Microsoft Outlook 2007 or another COM-compatible desktop Outlook version
Python 3.10+
Claude Desktop
A configured Outlook mail profile
Outlook should have been opened at least once on the computer so that its profile is configured.
Installation
Clone the repository:
git clone https://github.com/jatinpurba/outlook-legacy-mcp.git
cd outlook-legacy-mcpInstall dependencies:
pip install -r requirements.txtYou can also install them directly:
pip install pywin32 mcpConfigure Claude Desktop
Open the Claude Desktop configuration file:
%APPDATA%\Claude\claude_desktop_config.jsonAdd the following MCP server entry. Replace the path with the actual location of the Python file on your computer:
{
"mcpServers": {
"outlook-legacy": {
"command": "python",
"args": [
"C:\\path\\to\\outlook-legacy-mcp\\outlook_mcp_server.py"
]
}
}
}Save the configuration and fully restart Claude Desktop.
The Outlook tools should then be available to Claude.
Example prompts
Once connected, you can ask Claude things such as:
Show me my latest 10 emails.Show me my unread emails.Read the latest email from John.Create a draft response to this email.Create a draft email to customer@example.com with the subject
"Project Update".Use extra caution with send_email, because it sends the message through
your configured Outlook account.
Security and privacy
This MCP server runs locally on your Windows computer.
The MCP itself does not collect or store Outlook credentials. It accesses the Outlook profile through the locally installed Outlook application.
However, the MCP tools can access mailbox content and can send email. Only run the server on a trusted computer.
Before using automated sending, review the recipient, subject, and content of messages generated by an AI system.
Outlook may display a security prompt when a program attempts to send mail on your behalf. This is an Outlook security feature.
Limitations
Windows only
Requires desktop Outlook
Requires a configured Outlook profile
Uses Outlook Windows COM automation
Intended for local use rather than server-side/headless deployments
Outlook may need to be running or launchable for COM operations
Outlook security prompts may appear when sending mail
The current implementation is focused on email operations
Why not Microsoft Graph?
Microsoft Graph is an excellent option for modern Microsoft 365 environments.
This project targets a different use case: legacy desktop Outlook.
If you are using Outlook 2007 or another legacy environment where modern Outlook/Graph-based integrations are unavailable or impractical, this project provides a local COM-based MCP bridge.
Architecture
The server uses Python, pywin32, Outlook COM automation, and the MCP Python
SDK.
The MCP server obtains the Outlook application through COM and accesses its MAPI namespace. It therefore uses the Outlook profile already configured on the machine rather than implementing a separate mail-server authentication flow.
Development
Install dependencies:
pip install -r requirements.txtRun the server:
python outlook_mcp_server.pyThe server is intended to be launched by an MCP-compatible client such as Claude Desktop.
Contributing
Issues, improvements, compatibility reports, and pull requests are welcome.
If you test the project with a different legacy Outlook version, please include the Outlook version and Windows version in your issue.
License
MIT License. See LICENSE.
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
- FlicenseNot gradedqualityDmaintenanceConnects Claude with Microsoft Outlook through the Graph API, providing comprehensive email, calendar, folder management, and rules creation capabilities.19
- FlicenseNot gradedqualityCmaintenanceProvides Claude Desktop and Claude Code with access to Microsoft 365 email and calendar services via the Microsoft Graph API. It enables users to manage emails, search folders, schedule calendar events, and check availability through natural language commands.
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage Microsoft Outlook emails, calendar events, contacts, and folders via COM automation.1MIT
- AlicenseNot gradedqualityAmaintenanceConnects Claude Desktop to a local email client, enabling AI-powered email reading, searching, drafting, and organization while preventing sending or permanent deletion.1Apache 2.0
Related MCP Connectors
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.
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/jatinpurba/outlook-legacy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server