Skip to content
Cursor

Google Docs for Cursor

io.github.domdomegg/google-documents-mcp

Allow AI systems to read and edit Google Docs.

client:Cursor transport:stdio runtime:npm

Install Google Docs 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-documents-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "google-documents-mcp"
      ],
      "env": {
        "GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
      }
    }
  }
}

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

Google Docs in other clients