google-docs-mcp
Related Servers
Alternatives to google-docs-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables Claude Code to read Google Docs and their comment threads, then write corrections and replies back into the same document at the same URL.26 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables searching, reading, and commenting on Google Drive documents through secure OAuth2 authentication, with support for creating styled notes directly in document content.13 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive interaction with Google Docs and Google Drive through AI assistants, supporting document reading/writing, rich formatting, table/image insertion, comment management, and complete file/folder operations with secure OAuth authentication.3 npmMIT
- AlicenseAqualityAmaintenanceLets AI apps read and edit Google Docs in plain language, including reading as text or Markdown, making precise range-based edits, styling, working with comments, and exporting to PDF, DOCX, and other formats.2138 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables creating anchored comments, replies, and real suggested edits in Google Docs from Claude.MIT
- AlicenseNot gradedqualityDmaintenanceProvides read-only access to Google Sheets data through OAuth 2.0 authentication, enabling users to retrieve spreadsheet metadata, list tabs, and read cell data using natural language queries.1MIT
TDQS
Scored across 6 tools
The tools separate cleanly by resource and granularity: auth, document discovery, document content, and comment retrieval. The three comment tools overlap somewhat, but full-detail listing, single-comment retrieval, and aggregate summary are distinct enough from their descriptions.
All tools follow a consistent snake_case verb_noun pattern using get_ or list_. Collection retrieval uses list_, single-resource retrieval uses get_, and the aggregate tool is still clearly named as a summary.
Six tools is well-scoped for a read-focused Google Docs and comments server. Each tool serves a distinct step in the workflow without unnecessary redundancy.
The read/comments-analysis surface is nearly complete: auth, document discovery, document contents, full comment threads, and summary analytics are all covered. The only gap is the absence of write or comment-management operations, which matters if the server is expected to be a full Google Docs MCP rather than a read-only one.