The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Video Render MCP listing page.
An MCP server that turns a script into a Hyperplexed-style motion-graphics MP4.
Plug the URL into Claude Desktop, Cursor, or any MCP-compatible agent and it
gains a render_video tool.
Hosted for free at video-render.regiq.in (20 renders/day per Google account) or self-host with the Docker Compose below.
Visit https://video-render.regiq.in and sign in with Google.
Copy your API key from the dashboard.
Add to Claude Desktop's claude_desktop_config.json:
Restart Claude Desktop. Ask it: "Make a 30-second promo video for X, Fireship style, then hand me the MP4."
The agent will call plan_video_scenes, show you the plan, and — on your
confirmation — call render_video and return a downloadable MP4 URL.
| Tool | Purpose |
|---|---|
plan_video_scenes | Fill a ScenePlan schema (title, targetDurationSec 5–180, script, 1–12 scenes, voice, accent). Returns the plan for user review — no server work. |
render_video | Synthesise narration + render the MP4. Returns { videoUrl, durationSec, sizeBytes }. The URL is valid for 7 days. |
Both tools take the same ScenePlan shape:
You'll need:
localhost:3010)Then:
Open http://localhost:3010, sign in, copy your key, point Claude Desktop at
http://localhost:3010/api/mcp.
Self-host removes all of these.
MIT.