verified-googledocs-mcp

michaelrobertsutton/verified-googledocs-mcp
★ 0 stars Python AI/LLM Updated today
A Google Docs MCP server with verified writes: every mutation re-reads the document and returns proof of what changed.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "verified-googledocs-": {
      "command": "uvx",
      "args": [
        "verified-googledocs-mcp"
      ]
    }
  }
}

Or install with pip: pip install verified-googledocs-mcp

README Excerpt

<!-- mcp-name: io.github.michaelrobertsutton/verified-googledocs-mcp --> An MCP server for Google Docs whose writes carry proof. Every mutating tool re-reads the affected content from the document after it writes and returns evidence of what actually changed: before/after excerpts, the match count, and the document revision before and after. A tool never reports success for an edit that did not land.

Tools (20)

AUTH_EXPIREDCOMMENT_STILL_OPENIMAGE_SOURCE_UNSUPPORTEDINVALID_INPUTMATCH_COUNT_MISMATCHQUOTE_NOT_FOUNDREVISION_CONFLICTSTALE_RANGESTRUCTURAL_BOUNDARYTAB_NOT_FOUNDUNSUPPORTED_MARKDOWNZERO_MATCHadd_anchored_commentappend_markdowndiff_tab_vs_filefind_sectionsget_comment_threadinsert_imagelist_open_itemslist_tabs

Topics

agentsgoogle-docsllmmcpmodel-context-protocolpython