mcpbeat Sign in

Google Docs MCP Server

local only

Google Docs runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 30 Aug 2026.

MCP server for Google Docs integration with OAuth2 and service account support.

Installs per day peak 24 · avg 7 · +123% w/w
a month agotoday
82
Installs / week
npm · google-docs-workspace-mcp-server
80
Stars
26 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Google Docs 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 google-docs -- npx -y google-docs-workspace-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-docs": {
      "args": [
        "-y",
        "google-docs-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-docs]
command = "npx"
args = ["-y", "google-docs-workspace-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-docs": {
      "args": [
        "-y",
        "google-docs-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-docs": {
      "args": [
        "-y",
        "google-docs-workspace-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_DOCS_OAUTH_CLIENT_ID (OAuth2 client ID from Google Cloud Console.), GOOGLE_DOCS_OAUTH_CLIENT_SECRET (OAuth2 client secret from Google Cloud Console.), GOOGLE_DOCS_OAUTH_REFRESH_TOKEN (Long-lived refresh token obtained from the oauth-setup command.), GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAIL (Service account email address for domain-wide delegation.), GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEY (Service account private key in PEM format.), GOOGLE_DOCS_IMPERSONATE_EMAIL (Email address to impersonate in Google Workspace.), GOOGLE_DOCS_ENABLED_TOOLGROUPS (Comma-separated list of tool groups to enable (readonly, readwrite, readwrite_external).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Docs

same job, measured the same way
Google Calendar
by pulsemcp

MCP server for Google Calendar integration with service account support and domain-wide delegation.

101 installs/wk local only
Google Docs MCP Server
by gigabrain-observer

Google Docs MCP server with full tab support, markdown extraction, and batch updates.

68 installs/wk local only
I
Google Sheets
by mcp-z

Google Sheets integration with OAuth, spreadsheet management, batch operations, and formatting

487 installs/wk local only
Google Image
by codechap

MCP server for Google Gemini image generation and editing

local only
Google MCP
by matiasbattocchia

Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

answering
MCP Veo
by acedatacloud

MCP server for Google Veo AI video generation

844 installs/wk answering
I
Google Drive
by mcp-z

Google Drive integration with file operations, folder navigation, search, and sharing

349 installs/wk local only
Media Gen MCP
by strato-space

MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.

33 installs/wk local only

Google Docs — questions

Answers built from our own checks of this server.

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