HomeDesign & Media › Short Video Agent Kit

Short Video Agent Kit

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

TypeScript CloudLocal macOSWindowsLinux
★ 1 stars Last pushed 2026-08-29 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.7)

npx -y short-video-agent-kit@0.1.7

Or add to your MCP client config:

{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit@0.1.7"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "<YOUR_VALUE>",
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "GEMINI_API_KEY": "<YOUR_VALUE>",
        "XAI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SHORT_VIDEO_DRY_RUN — Set to false only when the agent should call paid video providers. Defaults to dry-run behavior.
  • OPENAI_API_KEY secret — Optional API key for OpenAI/Sora provider calls.
  • GEMINI_API_KEY secret — Optional API key for Gemini Veo provider calls.
  • XAI_API_KEY secret — Optional API key for xAI/Grok provider calls.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry