Skip to content
Zed

ms contacts mcp for Zed

io.github.0xka13b/ms-contacts-mcp

Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph.

client:Zed transport:stdio runtime:npm

Install ms contacts mcp in Zed

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

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

{
  "context_servers": {
    "ms-contacts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ms-contacts-mcp"
      ],
      "env": {
        "MICROSOFT_CLIENT_ID": "<MICROSOFT_CLIENT_ID>"
      }
    }
  }
}

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

ms contacts mcp in other clients