mcp.film

mcp.film / Editing & Post / json2video MCP

json2video MCP

Communityby Community (omergocmen)freemiumverified Jun 11, 2026

Render JSON-defined videos in the cloud with the json2video API.

Rate it: no ratings yet

What it does

Community MCP wrapper for json2video.com: assemble scenes of video, images, text, HTML, voice, and subtitles as JSON and render server-side. Good for agentic batch assembly (social cuts, slates, data-driven edits) without a local NLE.

Connect

Claude Code
claude mcp add json2video -e JSON2VIDEO_API_KEY=YOUR_KEY -- npx -y @omerrgocmen/json2video-mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "json2video": {
      "command": "npx",
      "args": [
        "-y",
        "@omerrgocmen/json2video-mcp"
      ],
      "env": {
        "JSON2VIDEO_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "json2video": {
      "command": "npx",
      "args": [
        "-y",
        "@omerrgocmen/json2video-mcp"
      ],
      "env": {
        "JSON2VIDEO_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env JSON2VIDEO_API_KEY — https://json2video.com

Tools you'll see

generate_videoget_video_statuscreate_templatelist_templates

Field notes

Early-stage but functional npm package. Notable gap it fills: as of June 2026 none of the big video-API platforms (Shotstack, Creatomate) ship an official MCP — this json2video wrapper is the most usable of the bunch.

Pairs well with