Skip to content
Claude Desktop

M365 Graph MCP for Claude Desktop

work.mcps/m365-graph

Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.

client:Claude Desktop transport:streamable-http

Install M365 Graph MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "m365-graph": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcps.work/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

M365 Graph MCP in other clients