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,clip, overlay, concat and other functions
Platform-specific configuration:
{
"mcpServers": {
"ffmpeg-mcp": {
"command": "npx",
"args": [
"-y",
"ffmpeg-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...