Skip to content
Windsurf

MSGraph MCP for Windsurf

io.github.timfurlong/msgraph-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install MSGraph MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "msgraph-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MSGraph MCP in other clients