mcp.film

mcp.film / Editing & Post / mcp-video

mcp-video

Communityby Community (KyaniteLabs)freeverified Jun 28, 2026

Guardrailed local video editing MCP with FFmpeg, subtitles, QC, SFX and Hyperframes.

Rate it: no ratings yet

What it does

KyaniteLabs' mcp-video wraps FFmpeg and adjacent media tools behind typed, preflighted MCP operations. For filmmaker agents it is the safer local post bench: inspect clips, trim and merge, burn captions, normalize audio, render variants, create thumbnails, run release checkpoints, and fail early when an edit would produce bad media.

Connect

Claude Code
claude mcp add mcp-video -- uvx --from mcp-video mcp-video
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": [
        "--from",
        "mcp-video",
        "mcp-video"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-video": {
      "command": "uvx",
      "args": [
        "--from",
        "mcp-video",
        "mcp-video"
      ]
    }
  }
}
Auth: none

Tools you'll see

search_toolsvideo_infovideo_trimvideo_mergevideo_subtitlesvideo_normalize_audiovideo_release_checkpointvideo_repurposehyperframes_rendervideo_quality_check

Field notes

Apache-2.0, PyPI mcp-video 1.5.1, Python >=3.11, listed in the official MCP Registry. Core editing needs FFmpeg on PATH; optional AI features pull in heavy extras (Whisper, demucs, upscalers), so install only the extras you actually need.

Pairs well with