Outlook
Freeby MCP Community
Comprehensive MCP server for Claude to access Microsoft Outlook and Teams via Microsoft Graph API - including Email, Calendar, Contacts, Tasks, Teams, Chats, an
v2.4.2Added Apr 12, 2026
claudeoutlookteamsmcpmicrosoft-graph
Outlook MCP Server
Comprehensive MCP server for Claude to access Microsoft Outlook and Teams via Microsoft Graph API - including Email, Calendar, Contacts, Tasks, Teams, Chats, an
Installation
Reviews
Installation
Quick install
npx -y outlook-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"outlook": {
"command": "npx",
"args": ["-y", "outlook-mcp"]
}
}
}