mcp.film

mcp.film / Editing & Post / fcp-mcp

fcp-mcp

Communityby Community (dreliq9 / Adam Steen)freeverified Aug 11, 2026

Final Cut Pro MCP with FCPXML editing, live control, media QC and Compressor dispatch.

What it does

fcp-mcp gives agents a broad Final Cut Pro bench: parse and rewrite FCPXML, run QC for flash frames and gaps, build rough cuts, control FCP through AppleScript, analyze media through ffprobe, and send jobs to Apple Compressor. It matters when a filmmaker lives in Final Cut but still wants agent-operated timeline repair, captions, cross-NLE handoff, and export automation.

Connect

Claude Code
claude mcp add-json fcp '{"type":"stdio","command":"fcp-mcp"}' --scope user
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fcp-mcp": {
      "command": "fcp-mcp",
      "args": []
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fcp-mcp": {
      "command": "fcp-mcp",
      "args": []
    }
  }
}
Auth: local-app — Requires macOS with Final Cut Pro for live-control tools; FCPXML tools work without FCP, FFmpeg is required for media tools, and Apple Compressor is optional

Tools you'll see

fcpxml_qc_reportfcpxml_detect_flash_framesfcpxml_workflow_preparefcpxml_workflow_commitfcpxml_export_resolvefcpxml_export_fcp7fcpxml_apply_templatefcp_open_libraryfcp_sharefcp_doctor

Field notes

Name collision warning: this is dreliq9's Python server, PyPI package `fcp-mcp`. The `fcpxml-mcp` entry in this directory is DareDev256/fcp-mcp-server — a different maintainer with a nearly identical name. MIT. PyPI is still on 0.2.0 from Apr 23 2026 while `main` (pushed Aug 7 2026) carries an untagged v0.3 release candidate claiming up to 93 tools, so the published package is behind its own README; install from git if you want what the README describes. Maturity caveat: 6 GitHub stars. Live control depends on AppleScript and a running Final Cut Pro; optional FCP_MCP_OUTPUT_DIR changes where modified FCPXML is written.

Pairs well with