Skip to content
VS Code

FFMPEG API for VS Code

io.github.hifarrer/ffmpegapi

Hosted MCP tools for FFmpeg-style video and audio processing through FFMPEG API.

client:VS Code transport:streamable-http

Install FFMPEG API in VS Code

.vscode/mcp.json

{
  "servers": {
    "ffmpegapi": {
      "type": "http",
      "url": "https://mcp.ffmpegapi.net/mcp"
    }
  }
}

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

FFMPEG API in other clients