Skip to content
Cursor

ffmpeg mcp for Cursor

io.github.pedromarianoalmeida/ffmpeg-mcp

FFmpeg video/audio tools: cut, convert, concat, remove silence, and raw commands.

client:Cursor transport:stdio runtime:npm

Install ffmpeg mcp in Cursor

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

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

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

ffmpeg mcp in other clients