Skip to content

Short Video Agent Kit for Grok

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

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

client:Grok transport:stdio runtime:npm

Install Short Video Agent Kit in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "short-video-agent-kit": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Short Video Agent Kit in other clients