gdocs-comments-mcp
Related Servers
Alternatives to gdocs-comments-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables adding inline, range-anchored comments to specific text fragments in Google Docs, overcoming the limitation that Google APIs cannot create anchored comments.245 npm3MIT
- AlicenseNot gradedqualityBmaintenanceEnables creating anchored comments, replies, and real suggested edits in Google Docs from Claude.MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to send Gmail messages and append content to Google Docs using the Model Context Protocol.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to autonomously operate web browsers through the Model Context Protocol, including navigating pages, clicking, typing, filling forms, and extracting structured data.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to automate web tasks such as browsing, clicking, typing, and taking screenshots via the Model Context Protocol.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to compose and send Gmail emails and append text to Google Docs using the Model Context Protocol.1,322 npmMIT
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: add_comment handles the core functionality of adding inline comments, while check_connection is a utility for verifying the session. There is no overlap or ambiguity.
Both tool names follow a consistent verb_noun pattern (add_comment, check_connection) using snake_case, making them predictable and easy to understand.
With only 2 tools, the server feels thin. While the check_connection tool is a necessary utility, the server would benefit from additional comment management tools (e.g., list, reply, resolve) to be more self-contained.
The server only covers adding comments and checking connection, but lacks essential operations like listing, replying, resolving, or deleting comments. This is a significant gap for a tool set focused on Google Docs comments.