Skip to content
Cursor

verified googledocs mcp for Cursor

io.github.michaelrobertsutton/verified-googledocs-mcp

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

client:Cursor transport:stdio runtime:pypi

Install verified googledocs mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "verified-googledocs-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verified-googledocs-mcp"
      ],
      "env": {
        "VERIFIED_GOOGLEDOCS_MCP_CREDENTIALS": "<VERIFIED_GOOGLEDOCS_MCP_CREDENTIALS>",
        "VERIFIED_GOOGLEDOCS_MCP_AUDIT_EXCERPTS": "<VERIFIED_GOOGLEDOCS_MCP_AUDIT_EXCERPTS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

verified googledocs mcp in other clients