Skip to content

Google Contacts for Zed

io.github.domdomegg/google-contacts-mcp

Allow AI systems to list, search, and manage contacts via Google Contacts.

client:Zed transport:stdio runtime:npm

Install Google Contacts 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": {
    "google-contacts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-contacts-mcp"
      ],
      "env": {
        "GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
      }
    }
  }
}

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

Google Contacts in other clients