mcp.film

mcp.film / Editing & Post / json2video MCP

json2video MCP

Communityby Community (omergocmen)freemiumverified Aug 11, 2026

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

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_KEYhttps://json2video.com

Tools you'll see

generate_videoget_video_statuscreate_templatelist_templates

Field notes

The stalest entry in this file. 26 stars; the repo was last pushed May 10 2025 and npm @omerrgocmen/json2video-mcp 1.3.1 was published May 7 2025 — fifteen months with nothing. It still installs, and the json2video service is still up, but nobody is fixing this wrapper. Correction to an earlier note here: Shotstack now ships an official MCP (listed in this directory), so this is no longer the only route to cloud JSON video assembly — prefer the vendor-maintained one where it fits.

Pairs well with