Skip to content
Gemini CLI

gogcli mcp for Gemini CLI

io.github.chrischall/gogcli-mcp

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

client:Gemini CLI transport:stdio runtime:npm

Install gogcli mcp in Gemini CLI

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

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

{
  "mcpServers": {
    "gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ],
      "env": {
        "GOG_ACCOUNT": "<GOG_ACCOUNT>",
        "GOG_PATH": "<GOG_PATH>"
      }
    }
  }
}

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

gogcli mcp in other clients