gdocs-comments-mcp
Related Servers
Alternatives to gdocs-comments-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables creating anchored comments, replies, and real suggested edits in Google Docs from Claude.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to add precise, range-anchored comments to Google Docs by bridging the Model Context Protocol with browser automation.245 npmMIT
- 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.15 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables reading, editing, and rewriting Google Docs documents with tools that support full content replacement, appending, heading-based insertion, and style-preserving rewrites.-
- AlicenseAqualityDmaintenanceEnables AI agents to edit Google Docs via text anchors rather than character indices, preserving version history and enabling surgical edits without full document rewrites.147MIT
TDQS
Scored across 2 tools
The two tools are completely distinct: add_comment performs the core action of adding anchored comments, while check_connection is a diagnostic for session health. There is no overlap or ambiguity between them.
Both tool names follow the consistent verb_noun snake_case pattern (add_comment, check_connection), making the API predictable and easy to navigate.
With only two tools, the server is minimally scoped but fits a narrow purpose of adding anchored comments plus a connectivity check. It's slightly thin but not unreasonable for such a specific use case.
The server only supports adding comments; there are no operations to list, reply, resolve, or delete comments, which are core comment management features. This is a significant gap for a server dedicated to Google Docs comments.