Odel
Short Video Agent Kit

Short Video Agent Kit

Local
@davidmosiah1JavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshort-video-agent-kitv0.1.7

Run

npx -y short-video-agent-kit

MCP client config

{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit"
      ]
    }
  }
}