Skip to content
VS Code

FFmpeg API for VS Code

com.ffmpeg-api/ffmpeg

Run FFmpeg and FFprobe in the cloud: convert, compress, trim and analyze video and audio.

client:VS Code transport:streamable-http

Install FFmpeg API in VS Code

.vscode/mcp.json

{
  "servers": {
    "ffmpeg": {
      "type": "http",
      "url": "https://mcp.ffmpeg-api.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

FFmpeg API in other clients