Stats
Actions
Tags
From Google Contacts
Connects to Google Contacts API to manage contacts, including listing, searching, creating, and updating contact entries. Requires Google OAuth credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"google-contacts": {
"command": "npx",
"args": [
"-y",
"@zapier/google-contacts-connector",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub zapier/marketplace --plugin google-contacts