multimedia process

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
0
View on GitHub

Installation

npx -y video-creator/ffmpeg-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub