Skip to content
Cursor

google docs mcp server for Cursor

io.github.gigabrain-observer/google-docs-mcp-server

Google Docs MCP server with full tab support, markdown extraction, and batch updates.

client:Cursor transport:stdio runtime:pypi

Install google docs mcp server 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": {
    "google-docs-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "google-docs-mcp-server"
      ],
      "env": {
        "SERVICE_ACCOUNT_PATH": "<SERVICE_ACCOUNT_PATH>",
        "SUBJECT_EMAIL": "<SUBJECT_EMAIL>"
      }
    }
  }
}

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

google docs mcp server in other clients