Gdocs
Freeby MCP Community
Open-source MCP server for Google Docs and Sheets. Self-hosted, local OAuth, no third-party token storage.
v0.5.3Added Apr 12, 2026
mcpgoogle-docsgoogle-sheetsmodel-context-protocolclaude
Gdocs MCP Server
Open-source MCP server for Google Docs and Sheets. Self-hosted, local OAuth, no third-party token storage.
Installation
npx -y gdocs-mcp
Reviews
Installation
Quick install
npx -y gdocs-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gdocs": {
"command": "npx",
"args": ["-y", "gdocs-mcp"]
}
}
}