Server Directory
Developer ToolsAdvanced

FFmpeg

by FFmpeg Community

GitHub
2.1k

FFmpeg multimedia framework integration for video/audio processing, format conversion, streaming, filtering, and codec operations via command-line interface.

CAPABILITIES

  • Video format conversion
  • Audio extraction and processing
  • Streaming support
  • Video filtering and effects
  • Thumbnail generation
  • Codec operations

INSTALLATION

Terminal
npx -y @ffmpeg/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "ffmpeg": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@ffmpeg/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Developer Tools
Difficulty
Advanced
Maintained By
FFmpeg Community
NPM Package
@ffmpeg/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →