Skip to content
Grok

FFMPEG API for Grok

io.github.hifarrer/ffmpegapi

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

client:Grok transport:streamable-http

Install FFMPEG API in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FFMPEG API in other clients