Skip to content
Zed

ms graph mcp for Zed

io.github.nitin27may/ms-graph-mcp

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

client:Zed transport:stdio runtime:pypi

Install ms graph mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "ms-graph-mcp": {
      "command": "uvx",
      "args": [
        "ms-graph-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ms graph mcp in other clients