Sujal261/ffmpeg-mcp-server
An MCP server that exposes FFmpeg video and audio processing tools. It allows programmatic operations like audio extraction, format conversion, encoding, quality control, frame rate and resolution adjustment, trimming, and merging videos, with all outputs saved in a dedicated outputs/ folder for seamless integration with LLMs like Claude.
Platform-specific configuration:
{
"mcpServers": {
"ffmpeg-mcp-server": {
"command": "npx",
"args": [
"-y",
"ffmpeg-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...