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).
Run
npx -y short-video-agent-kit
MCP client config
{
"mcpServers": {
"short-video-agent-kit": {
"command": "npx",
"args": [
"-y",
"short-video-agent-kit"
]
}
}
}