Loading MCP server directory, please wait...
MCP server for the Google People API: search, create, update and delete contacts and groups.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-contactsRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-contacts": {
"command": "npx",
"args": [
"-y",
"mcp-google-contacts"
],
"env": {
"GOOGLE_CONTACTS_CLIENT_ID": "",
"GOOGLE_CONTACTS_CLIENT_SECRET": "",
"GOOGLE_CONTACTS_REFRESH_TOKEN": "",
"GOOGLE_CONTACTS_ACCESS_TOKEN": "",
"GOOGLE_CONTACTS_API_BASE": "https://people.googleapis.com",
"GOOGLE_CONTACTS_TIMEOUT_MS": "60000",
"GOOGLE_CONTACTS_MAX_RETRIES": "3"
}
}
}
}