mcpbeat Sign in

Gdocs Comments MCP Server

by stanislawherjan1 Your server? Claim it
local only

Gdocs Comments MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 12 Jul 2026.

Add inline, range-anchored comments to Google Docs - the one comment op the Google APIs can't do.

Installs per day peak 38 · avg 6 · -36% w/w
a month agotoday
45
Installs / week
npm · gdocs-comments-mcp
3
Stars
0 open issues
12 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Gdocs Comments MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gdocs-comments-mcp -- npx -y gdocs-comments-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gdocs-comments-mcp": {
      "args": [
        "-y",
        "gdocs-comments-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gdocs-comments-mcp]
command = "npx"
args = ["-y", "gdocs-comments-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gdocs-comments-mcp": {
      "args": [
        "-y",
        "gdocs-comments-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gdocs-comments-mcp": {
      "args": [
        "-y",
        "gdocs-comments-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GDOCS_COMMENTS_PROFILE_DIR (Browser profile location (default ~/.gdocs-comments-mcp/profile)), GDOCS_COMMENTS_CDP_URL (Attach to an existing browser over CDP instead of managing a profile). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gdocs Comments MCP

same job, measured the same way
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
Gdocs MCP
by dasasian

Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.

74 installs/wk local only
Gogcli MCP Docs
by chrischall

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

321 installs/wk local only
Google Analytics 4
by getmcpads

Google Analytics 4: 27 read-only tools across the Data API and the Admin API.

78 installs/wk local only
Bim
by makata

Design-review threads, comments, reactions and deployments from Bim. Sign in with Google.

answering
Google AI Search MCP
by shariqriazz

Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.

70 installs/wk local only
App Data
by dataleadspro

App intelligence across Google Play and the App Store: details, reviews, and search in one API.

5 tools answering
Google Drive Comments MCP
by zayansalman

Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.

55 installs/wk local only

Gdocs Comments MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gdocs Comments MCP?
Gdocs Comments MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gdocs-comments-mcp was installed 45 times last week.
How do I connect Gdocs Comments MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gdocs-comments-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gdocs Comments MCP?
The npm package gdocs-comments-mcp was installed 45 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gdocs Comments MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.