{
  "slug": "mcp-video",
  "name": "mcp-video",
  "vendor": "Community (KyaniteLabs)",
  "official": false,
  "category": "editing-post",
  "featured": false,
  "tagline": "Guardrailed local video editing MCP with FFmpeg, subtitles, QC, SFX and Hyperframes.",
  "description": "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.",
  "capabilities": [
    "transcode",
    "trim-concat",
    "captioning",
    "audio-normalization",
    "quality-check",
    "repurposing",
    "hyperframes",
    "local-post"
  ],
  "tools_sample": [
    "search_tools",
    "video_info",
    "video_trim",
    "video_merge",
    "video_subtitles",
    "video_normalize_audio",
    "video_release_checkpoint",
    "video_repurpose",
    "hyperframes_render",
    "video_quality_check"
  ],
  "install": {
    "claude_code": "claude mcp add mcp-video -- uvx --from mcp-video mcp-video",
    "remote_url": null,
    "stdio_command": "uvx --from mcp-video mcp-video"
  },
  "auth": {
    "type": "none",
    "env_var": null,
    "key_url": null
  },
  "pricing": "free",
  "links": {
    "repo": "https://github.com/KyaniteLabs/mcp-video",
    "docs": "https://kyanitelabs.github.io/mcp-video/",
    "site": "https://pypi.org/project/mcp-video/"
  },
  "added": "2026-06-28",
  "verified": "2026-06-28",
  "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."
}