mcpbeat Sign in

fcp-mcp — Final Cut Pro MCP Server

local only

fcp-mcp — Final Cut Pro MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from pypi. Last commit 13 Aug 2026.

Final Cut Pro MCP — 88 tools: FCPXML engine, live FCP control, media analysis, puppets.

Installs per day peak 27 · avg 15 · +5% w/w
a month agotoday
104
Installs / week
pypi · fcp-mcp
9
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call fcp_import_xml.fcpxml_path → src/fcp_mcp/_server_runtime.py:5048, fcp_import_xml.fcpxml_path → src/fcp_mcp/_server_runtime.py:5068
        subprocess.run(["open", "-a", "Final Cut Pro", str(path)], check=True, timeout=10)
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        result = subprocess.run(
            m += drop
        frame_number = total_frames + drop * (d * 9 + (m - drop) // (1798 if fps < 31 else 3596))
Dumps the whole environment src/fcp_mcp/config.py:97
        values = dict(os.environ if env is None else env)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fcp-mcp -- uvx fcp-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fcp-mcp": {
      "args": [
        "fcp-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fcp-mcp]
command = "uvx"
args = ["fcp-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fcp-mcp": {
      "args": [
        "fcp-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fcp-mcp": {
      "args": [
        "fcp-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FCP_MCP_OUTPUT_DIR (Directory for modified FCPXML outputs (default: alongside input with _modified suffix)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to fcp-mcp — Final Cut Pro MCP Server

same job, measured the same way
Ableton Live MCP Server
by wstierhout

Control Ableton Live with 156 typed tools for music production and offline .als analysis.

776 installs/wk local only
Universal Game Modder
by doritoman90000

Local MCP server: detects a game's engine and gives agents native binary analysis/patching tools.

35 installs/wk local only
Codescene MCP Server
by codescene

An MCP server that provides CodeScene Code Health analysis tools.

1 745 installs/wk local only
idamesh
by jordanro2

MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.

54 installs/wk local only
Defiguard MCP
by kota1026

DeFiGuard MCP Server - DeFi protocol risk analysis tools for AI coding agents. Analyze token co...

33 installs/wk local only
Godot MCP
by tugcantopaloglu

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

92 installs/wk local only
Swotpal MCP Server
by aprilelevengo

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

23 installs/wk local only
S3
by pulsemcp

MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.

54 installs/wk local only

fcp-mcp — Final Cut Pro MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for fcp-mcp — Final Cut Pro MCP Server?
fcp-mcp — Final Cut Pro MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fcp-mcp was installed 104 times last week.
How do I connect fcp-mcp — Final Cut Pro MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fcp-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use fcp-mcp — Final Cut Pro MCP Server?
The pypi package fcp-mcp was installed 104 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is fcp-mcp — Final Cut Pro MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 9 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.