
json2video MCP
by omergocmen
Programmatically generate high-quality videos using the json2video API via MCP.
What it does
Connects your LLM to the json2video API, allowing the AI to create, manage, and track video projects programmatically. It transforms JSON descriptions into rendered videos with support for scenes, elements, and dynamic content.
Tools
generate_video: Creates a video project with customizable scenes, elements (text, image, audio), and resolution settings.get_video_status: Retrieves the rendering status or the final MP4 URL of a specific project ID.create_template: Saves a reusable video structure as a named template.get_template: Fetches details of a previously created video template.list_templates: Lists all available templates for the user.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"json2video-mcp": {
"command": "npx",
"args": ["-y", "@omerrgocmen/json2video-mcp"],
"env": {
"JSON2VIDEO_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
env JSON2VIDEO_API_KEY=your_api_key_here npx -y @omerrgocmen/json2video-mcpInformation
- Pricing
- freemium
- Published
- 4/26/2026
- stars






