G
Google Contacts MCP Server
by @OffleashXYZ
Serverless MCP (Model Context Protocol) connector for Google Contacts on AWS Lambda. Per-user OAuth 2.1 authentication with privacy-first design. Enables AI agents & LLMs like Claude to access Google Contacts via People API in real-time. Zero contact data storage. Works with Claude Web & Desktop.
Created 10/21/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-google-contacts-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"offleashxyz-google-contacts-mcp-server": {
"command": "npx",
"args": [
"offleashxyz-google-contacts-mcp-server"
]
}
}
}