Google Contacts Server
БесплатноНе проверенA Model Context Protocol (MCP) server that integrates Google Contacts with Claude, enabling contact management directly from your AI assistant.
Описание
A Model Context Protocol (MCP) server that integrates Google Contacts with Claude, enabling contact management directly from your AI assistant.
README
"My two requirements were, interface via MCP to my Google Contacts for ease of adding/updating contacts,and perform some curation on my contact list. I had 750 contacts from all the way back to the early 2000's. These included defunct taxi services, and people I'd never contact again. This MCP server helped me clean it down to 297 relevant contacts in one afternoon." - Chris Spirito
A Model Context Protocol (MCP) server that integrates Google Contacts with Claude, enabling contact management directly from your AI assistant.
Learn by doing: This repository not only provides a working MCP server, but teaches you how to build your own from scratch.
Features
- 🔍 Search contacts by name, email, or phone
- 📋 List all contacts with pagination
- ➕ Create new contacts with full details
- 🗑️ Delete contacts individually
- 📖 Get detailed contact info including addresses and organizations
- 🔐 Secure OAuth 2.0 authentication
Real-World Use Case
This MCP server was built to solve a real problem: contact database cleanup. Over 20 years of professional work, my Google Contacts had accumulated:
- Old conference contacts from events a decade ago
- Defunct service vendors (taxi services, contractors)
- Duplicate entries with formatting issues
- Personal contacts mixed with professional ones
- Contacts with missing or outdated information
Using this MCP server with Claude Code, I:
- Categorized 750 contacts into 8 organized groups
- Deleted 446 obsolete contacts automatically
- Cleaned duplicate and malformed entries
- Reviewed remaining contacts efficiently in Excel
- Reduced my contact database by 60% in a few hours
The result? A clean, manageable contact database of 297 relevant contacts.
Quick Start
Prerequisites
- Node.js 18+ and npm
- A Google Cloud account
- Claude Code (or any MCP-compatible client)
Installation
# Clone the repository
git clone https://github.com/yourusername/google-contacts-mcp.git
cd google-contacts-mcp
# Install dependencies
npm install
# Build the TypeScript code
npm run build
Setup
- Follow the Setup Guide to configure Google Cloud OAuth
- Add to Claude Code's MCP settings (
~/.config/claude-code/mcp_settings.json):
{
"mcpServers": {
"google-contacts": {
"command": "node",
"args": ["/path/to/google-contacts-mcp/dist/index.js"]
}
}
}
- Restart Claude Code and start using Google Contacts tools!
Available Tools
search_contacts- Search for contacts by name, email, or phonelist_contacts- List all contacts with paginationget_contact- Get detailed information about a specific contactcreate_contact- Create a new contactdelete_contact- Delete a contact by resource name
Documentation
- Introduction - Why we built this and what you'll learn
- Setup Guide - Step-by-step Google Cloud and OAuth configuration
- Architecture - How the MCP server works under the hood
- Building Your Own - Tutorial: Create your own MCP server from scratch
- Troubleshooting - Common issues and solutions
Example Usage
Search for a contact
You: "Search for contacts named Sarah"
Claude: [uses search_contacts tool]
Found 2 contacts:
- Sarah Johnson ([email protected])
- Sarah Martinez ([email protected])
Create a new contact
You: "Add a contact for Hans Mueller, senior engineer at SwissTech, email [email protected], phone +41 44 123 4567"
Claude: [uses create_contact tool]
Contact created successfully for Hans Mueller.
Delete obsolete contacts
You: "Delete all contacts from the 2015 conference in Berlin"
Claude: [searches, confirms, then uses delete_contact for each]
Deleted 12 contacts from the conference attendee list.
Educational Value
This repository is designed to teach you:
- MCP Protocol Basics - Understanding tool definitions and handlers
- OAuth 2.0 Flow - Implementing secure API authentication
- Google APIs - Working with the People API
- TypeScript - Building type-safe MCP servers
- Real-World Application - Solving actual productivity problems
Perfect for:
- AI/ML engineers learning MCP
- Developers wanting to extend Claude's capabilities
- Anyone building custom AI integrations
- Training courses on AI tool development
Security & Privacy
- OAuth 2.0 - Industry-standard authentication
- Token storage - Secure local token management
- No data collection - All data stays between you and Google
- Minimal scopes - Only requests necessary permissions
- Open source - Audit the code yourself
Contributing
Contributions welcome! Please read our Contributing Guide first.
License
MIT License - see LICENSE file for details.
Acknowledgments
- Built on the Model Context Protocol by Anthropic
- Uses Google's People API
- Inspired by real-world contact management challenges
Author
Chris Spirito
- Hacker, Teacher, Storyteller
- 30+ years in cyber defense and nuclear security
- Visiting Professor at University of Tartu (2014-2024)
- Training: hecke.ai
Ready to get started? Head to the Setup Guide to begin!
Установка Google Contacts Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Hecke-AI/google-contacts-mcpFAQ
Google Contacts Server MCP бесплатный?
Да, Google Contacts Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Google Contacts Server?
Нет, Google Contacts Server работает без API-ключей и переменных окружения.
Google Contacts Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Google Contacts Server в Claude Desktop, Claude Code или Cursor?
Открой Google Contacts Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Google Contacts Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
