short-video-maker
An automated tool for generating short-form videos for social media platforms.
Short Video Maker is an open-source project that allows users to create engaging short videos for platforms like TikTok, Instagram Reels, and YouTube Shorts. It utilizes text-to-speech technology, automatic captions, background videos, and music to transform simple text inputs into captivating video content. This tool aims to provide a cost-effective alternative to resource-intensive video generation methods and expensive third-party APIs. The server exposes both a Model Context Protocol (MCP) and a REST API, offering flexibility in how users can generate videos. The MCP server can be integrated with AI agents like n8n, while the REST endpoints allow for more direct interaction and customization. Users can also find example workflows that demonstrate the capabilities of the server, making it easier to get started with video creation.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"short-video-maker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-short-video-maker"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions