Skip to content
Cursor

M365 Graph MCP for Cursor

work.mcps/m365-graph

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

client:Cursor transport:streamable-http

Install M365 Graph MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "m365-graph": {
      "url": "https://mcps.work/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

M365 Graph MCP in other clients