google-docs-mcp-server
About
Google Docs MCP server with full tab support, markdown extraction, and batch updates.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SERVICE_ACCOUNT_PATH SUBJECT_EMAILClaude Code
claude mcp add --env SERVICE_ACCOUNT_PATH= --env SUBJECT_EMAIL= google-docs-mcp-server -- uvx google-docs-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"google-docs-mcp-server","command":"uvx","args":["google-docs-mcp-server"],"env":{"SERVICE_ACCOUNT_PATH":"","SUBJECT_EMAIL":""}}'
JSON
{
"mcpServers": {
"google-docs-mcp-server": {
"command": "uvx",
"args": [
"google-docs-mcp-server"
],
"env": {
"SERVICE_ACCOUNT_PATH": "",
"SUBJECT_EMAIL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.