{
  "slug": "json2video",
  "name": "json2video MCP",
  "vendor": "Community (omergocmen)",
  "official": false,
  "category": "editing-post",
  "featured": false,
  "tagline": "Render JSON-defined videos in the cloud with the json2video API.",
  "description": "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.",
  "capabilities": [
    "cloud-render",
    "template-video",
    "captioning",
    "video-assembly"
  ],
  "tools_sample": [
    "generate_video",
    "get_video_status",
    "create_template",
    "list_templates"
  ],
  "install": {
    "claude_code": "claude mcp add json2video -e JSON2VIDEO_API_KEY=YOUR_KEY -- npx -y @omerrgocmen/json2video-mcp",
    "remote_url": null,
    "stdio_command": "npx -y @omerrgocmen/json2video-mcp"
  },
  "auth": {
    "type": "api_key",
    "env_var": "JSON2VIDEO_API_KEY",
    "key_url": "https://json2video.com"
  },
  "pricing": "freemium",
  "links": {
    "repo": "https://github.com/omergocmen/json2video-mcp-server",
    "docs": null,
    "site": "https://json2video.com"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}