fcpxml mcp server for Cursor
io.github.daredev256/fcpxml-mcp-server
Final Cut Pro automation: 13 grouped tools, 88 operations. FCPXML edit, QC, transcript, preview.
client:Cursor
transport:stdio
runtime:pypi
Install fcpxml mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fcpxml-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fcp-mcp-server"
],
"env": {
"FCP_PROJECTS_DIR": "<FCP_PROJECTS_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs