Tmp.Bz973yI9Y0

Use when the user asks to read, write, edit, export, or comment on Google Docs. Triggers for requests involving document editing, inserting text, exporting as PDF/HTML/DOCX/RTF/ODT/EPUB, sed-like find-replace, managing document tabs, or working with comments and replies. Includes auth and Docs tools only.

Audits

Pass

Install

openclaw skills install gogcli-mcp-docs

gogcli-mcp-docs

Extended Google Docs MCP server via gogcli — 26 tools: auth + 7 base Docs + 14 extra dedicated Docs tools.

Requirements

  • gogcli installed and authenticated
  • Node.js 18 or later

Setup

{
  "mcpServers": {
    "gogcli-docs": {
      "command": "npx",
      "args": ["-y", "gogcli-mcp-docs"],
      "env": {
        "GOG_ACCOUNT": "you@gmail.com"
      }
    }
  }
}

Extra Docs Tools

ToolWhat it does
gog_docs_copyCopy a document
gog_docs_deleteDelete content by character index range
gog_docs_editFind and replace with case-sensitivity
gog_docs_exportExport as PDF, TXT, HTML, DOCX, RTF, ODT, or EPUB
gog_docs_insertInsert text at a specific position
gog_docs_list_tabsList all document tabs
gog_docs_sedStream-edit with sed-like regex
gog_docs_updateUpdate content at a specific position
gog_docs_comments_listList comments (open or resolved)
gog_docs_comments_getGet a comment with replies
gog_docs_comments_addAdd a comment with optional quoted text
gog_docs_comments_replyReply to a comment
gog_docs_comments_resolveResolve a comment
gog_docs_comments_deleteDelete a comment

Plus 5 auth tools and 7 base Docs tools.