Google Contacts MCP for Cursor
io.github.a1-x-tech/mcp-google-contacts
MCP server for the Google People API: search, create, update and delete contacts and groups.
client:Cursor
transport:stdio
runtime:npm
Install Google Contacts MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-google-contacts": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-contacts"
],
"env": {
"GOOGLE_CONTACTS_CLIENT_ID": "<GOOGLE_CONTACTS_CLIENT_ID>",
"GOOGLE_CONTACTS_CLIENT_SECRET": "<GOOGLE_CONTACTS_CLIENT_SECRET>",
"GOOGLE_CONTACTS_REFRESH_TOKEN": "<GOOGLE_CONTACTS_REFRESH_TOKEN>",
"GOOGLE_CONTACTS_ACCESS_TOKEN": "<GOOGLE_CONTACTS_ACCESS_TOKEN>",
"GOOGLE_CONTACTS_OAUTH_PORT": "<GOOGLE_CONTACTS_OAUTH_PORT>",
"GOOGLE_CONTACTS_API_BASE": "<GOOGLE_CONTACTS_API_BASE>",
"GOOGLE_CONTACTS_TIMEOUT_MS": "<GOOGLE_CONTACTS_TIMEOUT_MS>",
"GOOGLE_CONTACTS_MAX_RETRIES": "<GOOGLE_CONTACTS_MAX_RETRIES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs