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.
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.
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.
claude mcp add google-docs-mcp-server -- uvx google-docs-mcp-server
{
"mcpServers": {
"google-docs-mcp-server": {
"args": [
"google-docs-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.google-docs-mcp-server]
command = "uvx"
args = ["google-docs-mcp-server"]
{
"mcpServers": {
"google-docs-mcp-server": {
"args": [
"google-docs-mcp-server"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for Google Docs integration with OAuth2 and service account support.
MCP server for Google Calendar integration with service account support and domain-wide delegation.
MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.
A MCP server that works with Google Calendar to manage event listing, reading, and updates.
MCP server for Google Docs with verified writes — every mutation returns before/after proof.
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support
FastMCP server for Tavily search API with web search and content extraction
Google Events listings with dates, venues, and ticket links via a hosted MCP server.
Answers built from our own checks of this server.