Loading MCP server directory, please wait...
Allow AI systems to list, search, and manage contacts via Google Contacts.
npx @getmcp/cli add io.github.domdomegg/google-contacts-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_ACCESS_TOKENGoogle OAuth access token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.domdomegg/google-contacts-mcp": {
"command": "npx",
"args": [
"-y",
"google-contacts-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": ""
}
}
}
}