Skip to content
Gemini CLI

clipbait for Gemini CLI

io.github.spiritscripts/clipbait

Turn any video into viral clips and clip live streams, from any AI agent.

client:Gemini CLI transport:stdio runtime:npm

Install clipbait 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": {
    "clipbait": {
      "command": "npx",
      "args": [
        "-y",
        "clipbait"
      ],
      "env": {
        "CLIPBAIT_API_KEY": "<CLIPBAIT_API_KEY>"
      }
    }
  }
}

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

clipbait in other clients