Collaboration

Google Contacts MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Google People API for reading contacts (people.connections.list).

6 tools
Agent guide included
One-click sign in
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Google Contacts — workflow patterns, data models, and gotchas for your AI agent.

Google Contacts

Google People API surfaces the authenticated user’s contact directory.

Data Model

  • Connections — paginated roster entries returned from the user’s Google Contacts.
  • Person resources — single-contact reads addressed as people/{person_id} resource names.

Gotchas

  • resourceName: Always people/... when hydrating an individual card.

Tools in this Server (6)

Google People Create Contact

Create a new contact in Google People (Contacts).

Google People Get Contact

Get a specific contact from Google People by resource name.

Google People List Connections

List the authenticated user's contacts (People API people.connections.list).

Google People Search Contacts

Search for contacts in Google People (Contacts).

Google People Update Contact

Update an existing contact in Google People (Contacts).

Google People Validate Token

Validate the Google People (Contacts) OAuth token and confirm required scopes are granted.

Frequently Asked Questions

What is the Google Contacts MCP server?

Google People API for reading contacts (people.connections.list). It provides 6 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Google Contacts to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/google-people. Authentication is handled automatically.

How many tools does Google Contacts provide?

Google Contacts provides 6 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Google Contacts require?

Google Contacts uses One-click sign in. Google Contacts requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Google Contacts to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/google-people

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with Google Contacts?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

Google Contacts MCP Server & Skill — 6 Tools