Skip to content
Claude Code

google docs for Claude Code

com.pulsemcp/google-docs

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

client:Claude Code transport:stdio runtime:npm

Install google docs in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add google-docs -e GOOGLE_DOCS_OAUTH_CLIENT_ID=<GOOGLE_DOCS_OAUTH_CLIENT_ID> -e GOOGLE_DOCS_OAUTH_CLIENT_SECRET=<GOOGLE_DOCS_OAUTH_CLIENT_SECRET> -e GOOGLE_DOCS_OAUTH_REFRESH_TOKEN=<GOOGLE_DOCS_OAUTH_REFRESH_TOKEN> -e GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAIL=<GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAIL> -e GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEY=<GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEY> -e GOOGLE_DOCS_IMPERSONATE_EMAIL=<GOOGLE_DOCS_IMPERSONATE_EMAIL> -e GOOGLE_DOCS_ENABLED_TOOLGROUPS=<GOOGLE_DOCS_ENABLED_TOOLGROUPS> -- npx -y google-docs-workspace-mcp-server

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

google docs in other clients