Skip to content
Gemini CLI

gdocs mcp for Gemini CLI

io.github.dasasian/gdocs-mcp

Treat a Google Doc like a local file: content editing, tracked-changes review, comments, tables.

client:Gemini CLI transport:stdio runtime:npm

Install gdocs mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "gdocs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@dasasian/gdocs-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

gdocs mcp in other clients