--- title: Google Docs MCP emoji: 📝 colorFrom: blue colorTo: green sdk: docker app_port: 8080 pinned: false short_description: Remote MCP server for Google Docs editing --- # Google Docs MCP — Hugging Face Space Remote MCP wrapper around [a-bonus/google-docs-mcp](https://github.com/a-bonus/google-docs-mcp) for use as claude.ai custom connector. ## Endpoint `https://iFightDucks-google-docs-mcp.hf.space/mcp` ## Required Space Secrets - `GOOGLE_CLIENT_ID` — Google Cloud Console OAuth client ID - `GOOGLE_CLIENT_SECRET` — Google Cloud Console OAuth client secret - `BASE_URL` — `https://iFightDucks-google-docs-mcp.hf.space` - `MCP_TRANSPORT` — `httpStream` - `JWT_SIGNING_KEY` — 64-char hex random - `MCP_TOOL_GROUPS` — `docs,drive` (limits tool surface) ## OAuth Redirect URIs (add in Google Cloud Console) - `https://iFightDucks-google-docs-mcp.hf.space/oauth/callback` - `https://claude.ai/api/mcp/auth_callback`