Skip to content
Grok

fcpxml mcp server for Grok

io.github.daredev256/fcpxml-mcp-server

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

client:Grok transport:stdio runtime:pypi

Install fcpxml mcp server in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fcpxml mcp server in other clients