Back to MCP Servers

Ffmpeg Mcp.git

Using ffmpeg command line to achieve an mcp server, can be very convenient, through the dialogue to achieve the local video search, tailoring, stitching, playback and other functions

multimedia-processai

Installation

npx -y ffmpeg-mcp.git

Configuration

{
  "mcpServers": {
    "ffmpeg-mcp.git": {
      "command": "npx",
      "args": ["-y", "ffmpeg-mcp.git"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub