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
Quick Start
Clone the repository:
git clone https://github.com/video-creator/ffmpeg-mcp.gitClaude Desktop configuration example:
{
"mcpServers": {
"ffmpeg-mcpgit": {
"command": "npx",
"args": [
"-y",
"video-creator/ffmpeg-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.