mcp.film

mcp.film / Editing & Post / Video Jungle MCP

Video Jungle MCP

Communityby Community (burningion) / Video Junglefreemiumverified Jun 29, 2026

Search, analyze, and generate edits from source videos through Video Jungle.

Rate it: no ratings yet

What it does

Video Jungle's MCP server connects agents to its video analysis and edit-generation platform: upload videos by URL, create projects, search analyzed footage by embeddings and keywords, generate edits from one or more videos, and optionally export OpenTimelineIO projects for DaVinci Resolve Studio. It fits the research-to-cutdown workflow: find every moment in a clip set, ask for the edit, then bring the timeline back to an NLE.

Connect

Claude Code
claude mcp add video-jungle -- uvx video-editor-mcp YOURAPIKEY
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "video-jungle": {
      "command": "uvx",
      "args": [
        "video-editor-mcp",
        "YOURAPIKEY"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "video-jungle": {
      "command": "uvx",
      "args": [
        "video-editor-mcp",
        "YOURAPIKEY"
      ]
    }
  }
}
Auth: api_key — https://app.video-jungle.com/profile/settings

Tools you'll see

add-videocreate-videojungle-projectsearch-videosgenerate-edit-from-videosgenerate-edit-from-single-videoedit-locallyget-project-assetsupdate-video-edit

Field notes

PyPI video-editor-mcp 0.1.59, Python >=3.11, 276 stars, last pushed Oct 2025, no repo license detected. Video Jungle's site advertises 6 free generated videos, then usage depends on the hosted account. The API key is passed as a positional CLI argument rather than an env var, and local Photos search requires LOAD_PHOTOS_DB=1 plus macOS file access.

Pairs well with