Connect the Google Contacts MCP server to your AI agent Open source, MIT, on npm. Setup instructions for Claude, Cursor and Codex are in the repository; adoption questions — Telegram. GitHub repository Telegram

Google Contacts MCP capabilities

This catalog contains 19 public pages—one for every registered MCP tool in mcp-google-contacts. Each page starts with the user's task, explains the result, and states whether the call changes real data.

Use this catalog to choose a ready-made capability. Full parameter schemas and API response details remain in the technical reference.

Contacts

  • List contacts — Lists the user's saved contacts with pagination, sorting and incremental-sync tokens. Impact: read-only.
  • Search contacts — Full-text prefix search over saved contacts by names, emails, phones and organizations. Impact: read-only.
  • Get a contact — Fetches one person by resource name with an explicit field mask. Impact: read-only.
  • Get many contacts at once — Fetches up to 200 people in a single request. Impact: read-only.
  • Create a contact — Creates one new contact from normalized fields. Impact: changes data.
  • Update a contact — Replaces chosen field groups on an existing contact, etag-guarded. Impact: destructive operation.
  • Delete a contact — Permanently deletes one contact. Impact: destructive operation.

Contact groups

Batch operations

Other contacts

Additional API methods

For maintainers and publishers