G
Google Contacts MCP Server
作者 @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.
创建于 10/21/2025
更新于 about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-google-contacts-mcp-server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"offleashxyz-google-contacts-mcp-server": {
"command": "npx",
"args": [
"offleashxyz-google-contacts-mcp-server"
]
}
}
}