Skip to content
Cursor

ffmpeg render pro for Cursor

io.github.beeswaxpat/ffmpeg-render-pro

Parallel video rendering tools: detect GPU encoders, render, color grade, merge audio, concat.

client:Cursor transport:stdio runtime:npm

Install ffmpeg render pro in Cursor

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

{
  "mcpServers": {
    "ffmpeg-render-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ffmpeg-render-pro"
      ]
    }
  }
}

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

ffmpeg render pro in other clients