Google Docs MCP for Hermes
Related Servers
Alternatives to Google Docs MCP for Hermes
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables MCP-compatible AI clients to create, read, edit, format, organize and search your documents through the Google Docs and Drive APIs after a one-time OAuth sign-in. Supports appending, find-and-replace, styling, tables, lists, links, page breaks and full-text search without opening the Docs UI.2146 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables reading and searching Google Drive files, Google Docs, and Google Sheets via a CLI or MCP server, with support for section-based content extraction and Markdown import.1MIT
- AlicenseBqualityAmaintenanceEnables interaction with Google Docs through typed MCP tools, supporting reading, writing, searching, and managing documents via OAuth integration.22MIT
- AlicenseNot gradedqualityAmaintenanceEnables reading, editing, suggesting, and commenting on Google Docs from any MCP client, with scoped reads, minimal-diff edits, and support for tables, tabs, and layout.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP server for Google Docs — create, read, edit, format, and manage documents through 26 tools via the Model Context Protocol.10 npm1MIT
- AlicenseNot gradedqualityCmaintenanceA minimal MCP server for creating and updating Google Docs from markdown.4 npmMIT
TDQS
Scored across 4 tools
Read and create are clearly distinct, while replace_markdown and edit_text both modify a document and could be confused. However, their descriptions draw a clear line between whole-tab Markdown replacement and precise revision-guarded text edits, so misselection is unlikely.
All tools use lowercase snake_case with a docs_ prefix and action-oriented verbs. There is a minor inconsistency because read and create omit explicit objects while replace_markdown and edit_text include them, but the pattern remains predictable.
Four tools is a tight, purposeful set for reading, creating, and editing Google Docs content. Each tool covers a distinct core operation and none feel redundant or unnecessary for the server's focused scope.
The set covers the core create/read/update workflows and revision-guarded edits. It lacks document deletion, listing, or full-content export, but agents can work around these gaps for most document editing tasks.