OutlookMCPServer

Norcim133/OutlookMCPServer
★ 17 stars Python 🔌 API Integration Updated 8d ago
MCP Server for use with msgraph calls to mail, calendar, and files
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "outlookmcpserver": {
      "command": "uvx",
      "args": [
        "outlookmcpserver"
      ]
    }
  }
}

Or install with pip: pip install outlookmcpserver