mcpbeat Sign in

Short Video Agent Kit MCP Server

local only

Short Video Agent Kit runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from npm. Last commit 29 Aug 2026.

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

Installs per day peak 217 · avg 20 · +286% w/w
a month agotoday
115
Installs / week
npm · short-video-agent-kit
1
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const taskDir = path.join(stateDir, taskId);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add short-video-agent-kit -- npx -y short-video-agent-kit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "short-video-agent-kit": {
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.short-video-agent-kit]
command = "npx"
args = ["-y", "short-video-agent-kit"]
.cursor/mcp.json
{
  "mcpServers": {
    "short-video-agent-kit": {
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "short-video-agent-kit": {
      "args": [
        "-y",
        "short-video-agent-kit"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SHORT_VIDEO_DRY_RUN (Set to false only when the agent should call paid video providers. Defaults to dry-run behavior.), OPENAI_API_KEY (Optional API key for OpenAI/Sora provider calls.), GEMINI_API_KEY (Optional API key for Gemini Veo provider calls.), XAI_API_KEY (Optional API key for xAI/Grok provider calls.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Short Video Agent Kit

same job, measured the same way
Agent Web Search
by jerryliu369

Provider-neutral web_search for AI agents. Grounding + agent search APIs, keyless defaults.

2 538 installs/wk local only
Seedance Polza MCP Server
by ivanantigravity-lgtm

Seedance video generation MCP server for Polza.ai.

62 installs/wk local only
MCP Seedance
by acedatacloud

MCP server for ByteDance Seedance AI video generation

1 446 installs/wk answering
Imagine MCP
by n24q02m

MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)

1 316 installs/wk local only
Alpha Sophia
by alphasophia

Claims-grounded provider, market, and KOL intelligence for healthcare AI agents via Alpha Sophia

answering
VedaVisor Vedic Astrology MCP
by dchhill

Professional Vedic astrology tools for AI agents via MCP.

22 tools answering
Time
by clockchain

Clockchain®: neutral verified network time for AI agents (get_time). Testnet.

answering
Agent Skill
by deep-identity-inc

An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.

answering

Short Video Agent Kit — questions

Answers built from our own checks of this server.

Why is there no uptime for Short Video Agent Kit?
Short Video Agent Kit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package short-video-agent-kit was installed 115 times last week.
How do I connect Short Video Agent Kit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls short-video-agent-kit straight from npm; nothing to host, nothing to sign up for.
How many people use Short Video Agent Kit?
The npm package short-video-agent-kit was installed 115 times in the last week. Week over week that is +286%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Short Video Agent Kit open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.