mcpbeat Sign in

Gdocs MCP Server

local only

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

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

Installs per day peak 146 · avg 17 · +76% w/w
a month agotoday
74
Installs / week
npm · @dasasian/gdocs-mcp
0
Stars
5 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/drive/export.ts:61, src/drive/images.ts:122
  const outPath = path.join(dir, filename);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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-mcp -- npx -y @dasasian/gdocs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gdocs-mcp": {
      "args": [
        "-y",
        "@dasasian/gdocs-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gdocs-mcp]
command = "npx"
args = ["-y", "@dasasian/gdocs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gdocs-mcp": {
      "args": [
        "-y",
        "@dasasian/gdocs-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gdocs-mcp": {
      "args": [
        "-y",
        "@dasasian/gdocs-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gdocs 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
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
Bim
by makata

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

answering
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
Serpmantics
by amaurydvl

French-first SEO: semantic content guides, scoring, E-E-A-T audits for Google, ChatGPT & Claude.

31 tools answering
Gdocs Comments MCP
by stanislawherjan1

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

45 installs/wk local only
Web Data Toolkit
by leekung125

Search YouTube or a channel for transcripts, Google Trends, and Google Play reviews.

4 tools answering
Gogcli MCP Docs
by chrischall

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

321 installs/wk local only

Gdocs MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gdocs MCP?
Gdocs 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 @dasasian/gdocs-mcp was installed 74 times last week.
How do I connect Gdocs 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 @dasasian/gdocs-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gdocs MCP?
The npm package @dasasian/gdocs-mcp was installed 74 times in the last week. Week over week that is +76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gdocs MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.