A1 Google Contacts MCP
Related Servers
Alternatives to A1 Google Contacts MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceGives AI assistants access to Google Contacts, supporting listing, searching, creating, updating, and deleting contacts, as well as searching Google Workspace directories.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage contacts with full CRUD, dedup, merge, import/export, sync with Google/Apple/CardDAV, and git-backed rollback.5 npmAGPL 3.0
- AlicenseAqualityDmaintenanceProvides comprehensive Google Contacts management including creating, searching, and updating contacts with 25+ fields, managing contact groups, and accessing Google Workspace directories.191MIT
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive management of Google Calendar, Contacts, and Gmail through AI systems. Supports full CRUD operations including creating/updating/deleting events, managing contacts, sending emails, organizing with labels, and batch operations with OAuth2 authentication.106 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to manage contacts through CRUD operations (list, get, create/upsert by email, update, delete) with OAuth 2.1 authentication.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to access and search Google Contacts through per-user OAuth authentication on serverless AWS Lambda. Provides read-only access to personal contacts with zero data storage and real-time API queries.60 npm2MIT
TDQS
Scored across 19 tools
Every tool targets a distinct resource and action: contact CRUD, group CRUD, member management, and other-contacts handling are clearly separated. Batch variants are explicitly prefixed with batch_, and raw_request is framed as an escape hatch rather than a competing operation.
The vast majority follow a consistent verb_noun pattern: list_contacts, create_contact, update_contact_group, batch_delete_contacts. raw_request is the lone naming outlier, but it is clearly an escape-hatch utility and does not create real confusion.
Nineteen tools is above the ideal 3-15 range, but the number is justified by splitting single and batch operations plus covering groups and other contacts. It feels slightly heavy rather than bloated, and each typed tool has a distinguishable purpose.
Contacts, contact groups, member management, search, list, and batch operations are all covered. Minor gaps remain: contact photos are only reachable through raw_request, and other-contacts are intentionally limited to list/copy, but there are no dead ends for the core domain.