← Back to browse

Short Video Agent Kit

Indexed by io.github.davidmosiah

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSHORT_VIDEO_DRY_RUN OPENAI_API_KEY GEMINI_API_KEY XAI_API_KEY
Claude Code
claude mcp add --env SHORT_VIDEO_DRY_RUN= --env OPENAI_API_KEY= --env GEMINI_API_KEY= --env XAI_API_KEY= short-video-agent-kit -- npx short-video-agent-kit
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"short-video-agent-kit","command":"npx","args":["short-video-agent-kit"],"env":{"SHORT_VIDEO_DRY_RUN":"","OPENAI_API_KEY":"","GEMINI_API_KEY":"","XAI_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "short-video-agent-kit"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "",
        "OPENAI_API_KEY": "",
        "GEMINI_API_KEY": "",
        "XAI_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.