Skip to content
Gemini CLI

gogcli mcp slides for Gemini CLI

io.github.chrischall/gogcli-mcp-slides

Google Slides via gogcli for Claude — deck and slide authoring

client:Gemini CLI transport:stdio runtime:npm

Install gogcli mcp slides 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-slides": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-slides"
      ],
      "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 slides in other clients