Odel
verified googledocs mcp

verified googledocs mcp

Local
@michaelrobertsuttonPythonMITUpdated 3w ago

MCP server for Google Docs with verified writes — every mutation returns before/after proof.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIverified-googledocs-mcpv0.1.0

Run

uvx verified-googledocs-mcp

MCP client config

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