Skip to content
Cline

Short Video Agent Kit for Cline

io.github.davidmosiah/short-video-agent-kit

Provider-neutral short-form AI video toolkit for agents: Sora, Gemini Veo, xAI/Grok, Seedance.

client:Cline transport:stdio runtime:npm

Install Short Video Agent Kit in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "<SHORT_VIDEO_DRY_RUN>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "XAI_API_KEY": "<XAI_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Short Video Agent Kit in other clients