Skip to content
Zed

ffmpeg mcp for Zed

io.github.pedromarianoalmeida/ffmpeg-mcp

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

client:Zed transport:stdio runtime:npm

Install ffmpeg mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "ffmpeg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ffmpeg-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ffmpeg mcp in other clients