Skip to content
Gemini CLI

QuickPeek for Gemini CLI

co.quickpeek/quickpeek

Turn a URL into a narrated demo video: real browser walkthrough, AI voiceover, captions burned in.

client:Gemini CLI transport:stdio runtime:npm

Install QuickPeek in Gemini CLI

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

{
  "mcpServers": {
    "quickpeek": {
      "command": "npx",
      "args": [
        "-y",
        "@spark-apps/quickpeek"
      ]
    }
  }
}

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

QuickPeek in other clients