claude mcp add edroarianolmeida-ffmpeg-mcp -- npx -y ffmpeg-mcp-server
{
"mcpServers": {
"edroarianolmeida-ffmpeg-mcp": {
"command": "npx",
"args": ["-y", "ffmpeg-mcp-server"]
}
}
}
{
"mcpServers": {
"edroarianolmeida-ffmpeg-mcp": {
"command": "npx",
"args": ["-y", "ffmpeg-mcp-server"]
}
}
}
{
"mcpServers": {
"edroarianolmeida-ffmpeg-mcp": {
"command": "npx",
"args": ["-y", "ffmpeg-mcp-server"]
}
}
}
About This MCP Server
The ffmpeg-mcp server is a developer tool that enables interaction with FFmpeg video and audio tools through the Model Context Protocol, allowing for tasks such as cutting, converting, and concatenating media, as well as removing silence and executing raw commands. It connects to the io.github.PedroMarianoAlmeida/ffmpeg-mcp package and can be accessed via standard input/output interfaces. Developers would use this server when they need to integrate FFmpeg functionality into their applications, particularly those leveraging AI coding assistants.
FFmpeg video/audio tools: cut, convert, concat, remove silence, and raw commands.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.
Package
ffmpeg-mcp-server on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The ffmpeg-mcp server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.