Loading languages...
FF

ffmpeg-mcp

@video-creator64

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,clip, overlay, concat and other functions

video
ffmpeg
media
editing

# mcpServer Config

{
  "mcpServers": {
    "ffmpeg-mcp": {
      "autoApprove": [],
      "disabled": false,
      "timeout": 60,
      "command": "uv",
      "args": [
        "--directory",
        "/Users/xxx/Downloads/ffmpeg-mcp",
        "run",
        "ffmpeg-mcp"
      ],
      "transportType": "stdio"
    }
  }
}

# stdio

uv run ffmpeg-mcp
Transport:
stdio
Ngôn ngữ:
python
Đã tạo:3/25/2025
Đã cập nhật:7/24/2025