Short Video Agent Kit
Rank #19,183io.github.davidmosiah/short-video-agent-kit
Provider-neutral short-form AI video toolkit for agents: Sora, Gemini Veo, xAI/Grok, Seedance.
Short Video Agent Kit is a Model Context Protocol (MCP) server published by davidmosiah. It ranks #19,183 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Short Video Agent Kit is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on May 5, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 96,408 of 115,591 servers on MCP Toplist.
Use Short Video Agent Kit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add short-video-agent-kit -e "SHORT_VIDEO_DRY_RUN=<your SHORT_VIDEO_DRY_RUN>" -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "GEMINI_API_KEY=<your GEMINI_API_KEY>" -e "XAI_API_KEY=<your XAI_API_KEY>" -- npx -y short-video-agent-kitReplace each placeholder with your own value before saving.
[mcp_servers.short-video-agent-kit]
command = "npx"
args = ["-y", "short-video-agent-kit"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.davidmosiah%2Fshort-video-agent-kit)<a href="https://mcptoplist.com/server/io.github.davidmosiah%2Fshort-video-agent-kit"><img src="https://mcptoplist.com/badge/io.github.davidmosiah%2Fshort-video-agent-kit.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
davidmosiah
Other servers by davidmosiah
- Delx Commerce — Pay-per-Result APIs for Agents#411 · 14 vers
- Google Health MCP#2,764 · 2 vers
- WHOOP MCP#4,089 · 3 vers
- Garmin MCP#4,350 · 2 vers
- Wellness Nourish#5,396 · 2 vers
- Samsung Health MCP#6,605 · 1 ver
- Withings MCP#7,068 · 2 vers
- Polar MCP#8,408 · 1 ver
- Eight Sleep MCP#8,993 · 1 ver
- Fitbit MCP#9,105 · 1 ver
- Google Ads MCP Unofficial#9,936 · 1 ver
- Oura MCP#9,980 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.6 | May 29, 2026 |
Frequently asked questions
- Who maintains Short Video Agent Kit?
- Short Video Agent Kit is maintained by davidmosiah, which publishes 33 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Short Video Agent Kit listed on the Official MCP Registry?
- Yes — Short Video Agent Kit is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Short Video Agent Kit have?
- MCP Toplist tracks 1 version of Short Video Agent Kit, most recently published on May 29, 2026.
- Where can I find the source code for Short Video Agent Kit?
- The source code for Short Video Agent Kit is hosted at github.com/davidmosiah/short-video-agent-kit.