google-contacts-mcp

medeiroz/google-contacts-mcp
★ 0 stars JavaScript API Integration Updated today
Secure local MCP server for Google Contacts (Google People API)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-contacts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "medeiroz/google-contacts-mcp"
      ]
    }
  }
}