Creates short videos for TikTok, Instagram Reels, and YouTube Shorts using the Model Context Protocol (MCP) and a REST API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"short-video-maker": {
"command": "npx",
"args": [
"-y",
"gyoridavid/short-video-maker"
]
}
}
}
Run in terminal:
claude mcp add short-video-maker npx -y gyoridavid/short-video-maker
Add to .cursor/mcp.json:
{
"mcpServers": {
"short-video-maker": {
"command": "npx",
"args": [
"-y",
"gyoridavid/short-video-maker"
]
}
}
}