Skip to content
Gemini CLI

FFmpeg API for Gemini CLI

com.ffmpeg-api/ffmpeg

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

client:Gemini CLI transport:streamable-http

Install FFmpeg API in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ffmpeg": {
      "httpUrl": "https://mcp.ffmpeg-api.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

FFmpeg API in other clients