PluginBench
MCP Server
Maintained
MIT

Short Video Agent Kit MCP Server

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

What is the Short Video Agent Kit MCP server?

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

How to install Short Video Agent Kit

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "<YOUR_SHORT_VIDEO_DRY_RUN>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "XAI_API_KEY": "<YOUR_XAI_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "<YOUR_SHORT_VIDEO_DRY_RUN>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "XAI_API_KEY": "<YOUR_XAI_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "short-video-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "<YOUR_SHORT_VIDEO_DRY_RUN>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "XAI_API_KEY": "<YOUR_XAI_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "short-video-agent-kit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "env": {
        "SHORT_VIDEO_DRY_RUN": "<YOUR_SHORT_VIDEO_DRY_RUN>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "XAI_API_KEY": "<YOUR_XAI_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add short-video-agent-kit --env SHORT_VIDEO_DRY_RUN=<YOUR_SHORT_VIDEO_DRY_RUN> --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env GEMINI_API_KEY=<YOUR_GEMINI_API_KEY> --env XAI_API_KEY=<YOUR_XAI_API_KEY> -- npx -y short-video-agent-kit

Related MCP servers

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

18
TypeScript
MIT
View repository →

Local-first nutrition MCP for AI agents: food, barcode, photo, intake, hydration, goals.

7
TypeScript
MIT
View repository →

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

5
TypeScript
MIT
View repository →

Privacy-first unofficial Garmin Connect MCP for AI health, sleep, activity & recovery agents.

4
TypeScript
MIT
View repository →

Unofficial Eight Sleep MCP server: read sleep trends, temperature, alarms; gated pod control.

3
TypeScript
MIT
View repository →

Unofficial local-first MCP server for Samsung Health personal-data CSV/ZIP exports.

3
TypeScript
MIT
View repository →