
MCP Outlook
by ftaricano
Enterprise-grade Outlook & Exchange integration with 40+ tools for email and calendar management.
What it does
MCP Outlook provides a comprehensive interface to Microsoft Outlook and Exchange via the Microsoft Graph API. It is designed for enterprise environments, using client-credentials authentication to allow AI agents to manage emails, folders, and attachments at scale without requiring a manual user login.
Tools
list_emails&summarize_email: Efficiently browse and condense inbox content.create_draft&send_email: Compose and send professional communications.advanced_search: Powerful filtering across mailboxes by sender, size, or attachment type.hybrid_file_transfer: Special tools likesend_email_with_filethat bypass MCP token limits for large attachments.organize_emails_by_rules: Batch operations to keep inboxes clean.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"outlook": {
"command": "node",
"args": ["/absolute/path/to/mcp-outlook/dist/index.js"],
"env": {
"MICROSOFT_GRAPH_CLIENT_ID": "your-client-id",
"MICROSOFT_GRAPH_CLIENT_SECRET": "your-client-secret",
"MICROSOFT_GRAPH_TENANT_ID": "your-tenant-id",
"TARGET_USER_EMAIL": "user@example.com"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npm install mcp-email-serverInformation
- Pricing
- free
- Published






