Gdocs Comments MCP

Inline, range-anchored comments for Google Docs - the one comment operation the Google APIs can't do. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-12 · ★ 3 · #145 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Gdocs Comments MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add stanislawherjan1-gdocs-comments-mcp -- npx -y gdocs-comments-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "stanislawherjan1-gdocs-comments-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gdocs-comments-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-12 - young repo, little track record yet

license MIT - declared in the repository

npm package gdocs-comments-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.stanislawherjan1 is GitHub-verified and matches the repo owner

03 · What Gdocs Comments MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools across create & write, check, including add_comment, check_connection.

The 2 tools it gives your agent

Extracted from the project's README - what gdocs-comments-mcp lets an agent do.

add_comment
check_connection
- Probes the Google session; returns { connected, mode }. If connected: false, run npx gdocs-comments-mcp login again.

Limitations (from the README)

- UI automation is inherently less stable than an API. If Google reworks the editor, this can break until updated. The verified flag tells you whether the comment was actually observed after posting; contributions reporting UI changes are very welcome. - The logged-in account needs comment access to the target doc. - find_text must be a single-line fragment (the find bar is one line) and must match the document text

04 · Who maintains Gdocs Comments MCP

gdocs-comments-mcp is maintained by stanislawherjan1. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
browser automation - ranked #145 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.stanislawherjan1/gdocs-comments-mcp (active, first published 2026-07-12)
packages
npm:gdocs-comments-mcp

06 · Gdocs Comments MCP FAQ

What is Gdocs Comments MCP?

Inline, range-anchored comments for Google Docs - the one comment operation the Google APIs can't do. It runs locally over stdio via the published package.

Is Gdocs Comments MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-12. We re-verify nightly.

How do I install Gdocs Comments MCP?

Run `npx -y gdocs-comments-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Gdocs Comments MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Gdocs Comments MCP