Skip to content
Cursor

Google Contacts for Cursor

io.github.domdomegg/google-contacts-mcp

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

client:Cursor transport:stdio runtime:npm

Install Google Contacts in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "google-contacts-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "google-contacts-mcp"
      ],
      "env": {
        "GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Google Contacts in other clients