google-docs-mcp

mmedum/google-docs-mcp
★ 0 stars Go Code/Dev Tools Updated today
A Go MCP server for Google Docs: scoped reads, minimal-diff edits, suggestion mode, comments, tables, tabs and layout — index math stays on the server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-docs-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/mmedum/google-docs-mcp@latest"
      ]
    }
  }
}

README Excerpt

A production-grade [Model Context Protocol](https://modelcontextprotocol.io) server for Google Docs, written in Go. It lets Claude Code, Claude Desktop and any other MCP client work inside a Google Doc the way a careful colleague does: read it at the right granularity, edit it in place without damaging what is around the edit, propose changes as suggestions, comment

Tools (20)

add_commentcreate_documentdiff_revisionsedit_documentedit_tableexport_documentfind_in_documentformat_documentget_documentget_outlineinsert_objectlayout_documentlist_commentslist_revisionslist_suggestionsmanage_tabsread_documentreply_commentreview_suggestionsearch_documents

Topics

claudegolanggoogle-docsgoogle-workspacemcpmodel-context-protocol