google-docs-mcp / README.md
iFightDucks's picture
Initial HF Space deploy: a-bonus/google-docs-mcp with HF metadata
7dc28be
---
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`