Loading MCP server directory, please wait...
Google Docs MCP server with full tab support, markdown extraction, and batch updates.
npx @getmcp/cli add io.github.gigabrain-observer/google-docs-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
SERVICE_ACCOUNT_PATHPath to the Google service account JSON key file
SUBJECT_EMAILEmail of the Workspace user to impersonate via domain-wide delegation
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gigabrain-observer/google-docs-mcp-server": {
"command": "uvx",
"args": [
"google-docs-mcp-server"
],
"env": {
"SERVICE_ACCOUNT_PATH": "",
"SUBJECT_EMAIL": ""
}
}
}
}