Skip to content
Claude Desktop

fcpxml mcp server for Claude Desktop

io.github.daredev256/fcpxml-mcp-server

Final Cut Pro automation: 13 grouped tools, 88 operations. FCPXML edit, QC, transcript, preview.

client:Claude Desktop transport:stdio runtime:pypi

Install fcpxml mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fcpxml-mcp-server": {
      "command": "uvx",
      "args": [
        "fcp-mcp-server"
      ],
      "env": {
        "FCP_PROJECTS_DIR": "<FCP_PROJECTS_DIR>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

fcpxml mcp server in other clients