gogcli-mcp-docs
v2.0.9
Published
Extended Google Docs MCP server via gogcli — all base tools plus full Docs support
Maintainers
Readme
gogcli-mcp-docs
[!WARNING] AI-developed project. This codebase was built and is actively maintained by Claude Code. Review all code and tool permissions before use.
Extended Google Docs MCP server via gogcli. Includes auth tools plus 14 additional dedicated Docs tools for editing, exporting, comments, and more.
Requirements
- gogcli installed and authenticated
- Node.js 18+
brew install gogcli
gog auth add [email protected] --services docs,driveInstallation
npm install -g gogcli-mcp-docsClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"gogcli-docs": {
"command": "gogcli-mcp-docs",
"env": {
"GOG_ACCOUNT": "[email protected]"
}
}
}
}Claude Code
claude mcp add gogcli-docs -- gogcli-mcp-docsExtra Docs Tools (14)
Plus 5 auth tools and 7 base Docs tools (info, cat, create, write, find-replace, structure, run).
| Tool | Description |
|------|-------------|
| gog_docs_copy | Copy a document |
| gog_docs_delete | Delete content by character index range |
| gog_docs_edit | Find and replace with case-sensitivity control |
| gog_docs_export | Export as PDF, TXT, HTML, DOCX, RTF, ODT, or EPUB |
| gog_docs_insert | Insert text at a specific position |
| gog_docs_list_tabs | List all document tabs |
| gog_docs_sed | Stream-edit with sed-like regex expressions |
| gog_docs_update | Update document content at a specific position |
| gog_docs_comments_list | List comments (open or resolved) |
| gog_docs_comments_get | Get a comment with its replies |
| gog_docs_comments_add | Add a comment with optional quoted text |
| gog_docs_comments_reply | Reply to a comment |
| gog_docs_comments_resolve | Resolve a comment |
| gog_docs_comments_delete | Delete a comment |
License
MIT
