Server data from the Official MCP Registry
Add inline, range-anchored comments to Google Docs - the one comment op the Google APIs can't do.
Add inline, range-anchored comments to Google Docs - the one comment op the Google APIs can't do.
This MCP server implements a focused, well-designed tool for adding anchored comments to Google Docs via browser automation. Security architecture is sound: authentication is session-based (not token-based), sensitive credentials remain on-disk only, and tool output is deliberately structured-only to prevent document content leakage. The codebase demonstrates good security practices with input validation, URL containment checks, and audit logging. Minor concerns include broad exception handling and reliance on external browser processes, but these are acceptable for the server's stated purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: GDOCS_COMMENTS_PROFILE_DIR
Environment variable: GDOCS_COMMENTS_CDP_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-stanislawherjan1-gdocs-comments-mcp": {
"env": {
"GDOCS_COMMENTS_CDP_URL": "your-gdocs-comments-cdp-url-here",
"GDOCS_COMMENTS_PROFILE_DIR": "your-gdocs-comments-profile-dir-here"
},
"args": [
"-y",
"gdocs-comments-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.