Skip to main content
MultimediaUnknown

video-creator/ffmpeg-mcp

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-process
Share:

Quick Start

Clone the repository:

git clone https://github.com/video-creator/ffmpeg-mcp.git

Claude Desktop configuration example:

{
  "mcpServers": {
    "ffmpeg-mcpgit": {
      "command": "npx",
      "args": [
        "-y",
        "video-creator/ffmpeg-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Multimedia
Language
Unknown
Author
video-creator