Google Docs MCP for Claude Code
io.github.a1-x-tech/mcp-google-docs
MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.
client:Claude Code
transport:stdio
runtime:npm
Install Google Docs MCP in Claude Code
run in your project directory
claude mcp add mcp-google-docs -e GOOGLE_DOCS_CLIENT_ID=<GOOGLE_DOCS_CLIENT_ID> -e GOOGLE_DOCS_CLIENT_SECRET=<GOOGLE_DOCS_CLIENT_SECRET> -e GOOGLE_DOCS_REFRESH_TOKEN=<GOOGLE_DOCS_REFRESH_TOKEN> -e GOOGLE_DOCS_ACCESS_TOKEN=<GOOGLE_DOCS_ACCESS_TOKEN> -e GOOGLE_DOCS_OAUTH_PORT=<GOOGLE_DOCS_OAUTH_PORT> -e GOOGLE_DOCS_API_BASE=<GOOGLE_DOCS_API_BASE> -e GOOGLE_DOCS_DRIVE_API_BASE=<GOOGLE_DOCS_DRIVE_API_BASE> -e GOOGLE_DOCS_TIMEOUT_MS=<GOOGLE_DOCS_TIMEOUT_MS> -e GOOGLE_DOCS_MAX_RETRIES=<GOOGLE_DOCS_MAX_RETRIES> -- npx -y @a1-x-tech/mcp-google-docs
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs