Skip to content
Windsurf

Google Contacts for Windsurf

io.github.domdomegg/google-contacts-mcp

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

client:Windsurf transport:stdio runtime:npm

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

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

Google Contacts in other clients