Description

Using ffmpeg command line to achieve an mcp server, can be very convenient, through dialogue to achieve local video search, tailoring.

Installation

npx -y ffmpeg-mcp-videocreator
npm install ffmpeg-mcp-videocreator
git clone https://github.com/video-creator/ffmpeg-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

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

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ffmpeg-mcp-video-creator": {
      "command": "npx",
      "args": [
        "-y",
        "ffmpeg-mcp-videocreator"
      ]
    }
  }
}