Skip to content
Cursor

MSGraph MCP for Cursor

io.github.timfurlong/msgraph-mcp

MCP server for Microsoft Graph: Outlook mail and calendar, plus read-only Microsoft Teams

client:Cursor transport:stdio runtime:pypi

Install MSGraph MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "msgraph-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "msgraph-mcp-server"
      ],
      "env": {
        "MSGRAPH_MCP_CLIENT_ID": "<MSGRAPH_MCP_CLIENT_ID>",
        "MSGRAPH_MCP_TENANT_ID": "<MSGRAPH_MCP_TENANT_ID>",
        "MSGRAPH_MCP_TOKEN_CACHE_PATH": "<MSGRAPH_MCP_TOKEN_CACHE_PATH>"
      }
    }
  }
}

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

MSGraph MCP in other clients