hermes-google
Related Servers
Alternatives to hermes-google
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code to interact with Google Workspace services (Drive, Docs, Sheets, Slides, Forms, Gmail) via OAuth 2.0 authentication and natural language commands.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude to manage Gmail, Google Calendar, and Google Drive, including sending emails, scheduling meetings, and organizing files, with integrated workflows.5MIT
- FlicenseNot gradedqualityBmaintenanceEnables Claude to manage Google Workspace services such as Calendar, Gmail, and Docs with configurable access and safe-by-design limitations.2-
- AlicenseNot gradedqualityBmaintenanceEnables Claude to access and manage multiple Google accounts at once across Gmail, Calendar, Drive, Contacts, and Tasks, with unified search and document text extraction.MIT
- AlicenseAqualityBmaintenanceEnables Claude to manage Gmail, Google Calendar, and Google Contacts through a safety-first interface with soft-delete protections and draft-only email capabilities. Supports multiple Google accounts with comprehensive mutation logging and mandatory manual confirmation for destructive actions.16MIT
- AlicenseNot gradedqualityDmaintenanceConnects Claude Code to Gmail for reading, searching, drafting, and managing emails with features like labels, filters, and smart workflows.134 npmMIT
TDQS
Scored across 19 tools
Tools are cleanly namespaced by domain prefixes (mail_, cal_, drive_, auth_) and each targets a distinct operation: search vs. get vs. list, and create vs. update vs. delete. No two tools appear to overlap in purpose or cause meaningful selection ambiguity.
All tool names use lowercase snake_case with a consistent domain-prefix pattern, and most follow a predictable action-object structure. Minor deviations like mail_list_pending and auth_status are still readable and do not break the overall naming logic.
With 19 tools, the server is slightly above the ideal 3-15 range, but the count is justified by covering three distinct Google subsystems plus authentication. Each tool earns its place, and there are no redundant or filler tools.
Calendar has full CRUD, Drive has search/list/get/upload/update/move/delete, and mail covers search, read, archive, mark-read, and sending a draft. Minor gaps such as no explicit create-draft or folder-creation tool are workable omissions rather than critical dead ends.