mcpbeat Sign in

Google Docs MCP Server

by gigabrain-observer Your server? Claim it
local only

Google Docs MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 68 installs a week from pypi. Last commit 2 Mar 2026.

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

Installs per day peak 25 · avg 11 · -27% w/w
a month agotoday
68
Installs / week
pypi · google-docs-mcp-server
4
Stars
0 open issues
2 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: SERVICE_ACCOUNT_PATH (Path to the Google service account JSON key file), SUBJECT_EMAIL (Email of the Workspace user to impersonate via domain-wide delegation). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Docs MCP Server

same job, measured the same way
Google Docs
by pulsemcp

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

82 installs/wk local only
Google Calendar
by pulsemcp

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

101 installs/wk local only
MCP Gee Sweet
by khuisman

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

local only
Gcal
by mintmcp

A MCP server that works with Google Calendar to manage event listing, reading, and updates.

answering
Verified Googledocs MCP
by michaelrobertsutton

MCP server for Google Docs with verified writes — every mutation returns before/after proof.

73 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
Payx Tavily Search
by swathi-muralisrinivasan

FastMCP server for Tavily search API with web search and content extraction

local only
Google Events
by johnisanerd

Google Events listings with dates, venues, and ticket links via a hosted MCP server.

answering

Google Docs MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Docs MCP Server?
Google Docs MCP Server 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 pypi package google-docs-mcp-server was installed 68 times last week.
How do I connect Google Docs MCP Server?
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-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Google Docs MCP Server?
The pypi package google-docs-mcp-server was installed 68 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Docs MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 4 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.