Skip to content
Cursor

ms graph mcp for Cursor

io.github.nitin27may/ms-graph-mcp

Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID

client:Cursor transport:stdio runtime:pypi

Install ms graph mcp in Cursor

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

{
  "mcpServers": {
    "ms-graph-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ms-graph-mcp"
      ]
    }
  }
}

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

ms graph mcp in other clients