Skip to content
Cline

fcpxml mcp server for Cline

io.github.daredev256/fcpxml-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install fcpxml mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

fcpxml mcp server in other clients