Back to MCP Servers
Ffmpeg Mcp.git
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-processai
Installation
npx -y ffmpeg-mcp.gitConfiguration
{
"mcpServers": {
"ffmpeg-mcp.git": {
"command": "npx",
"args": ["-y", "ffmpeg-mcp.git"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes