Skip to content
Gemini CLI

cli for Gemini CLI

ai.unpaper/cli

Slide decks locally: templates, checks, HTML to editable PowerPoint, .pptx rescue. No AI inside.

client:Gemini CLI transport:stdio runtime:npm

Install cli in Gemini CLI

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

{
  "mcpServers": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "@unpaper/cli"
      ]
    }
  }
}

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

cli in other clients