Skip to content
Cursor

opencut controller for Cursor

io.github.jxue0/opencut-controller

Professional MCP server for video editing automation with OpenCut.

client:Cursor transport:stdio runtime:npm

Install opencut controller in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "opencut-controller": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opencut-controller"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

opencut controller in other clients