ffmpeg-mcp
If you are the rightful owner of ffmpeg-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A stdio MCP server to interact with ffmpeg for common media operations.
ffmpeg-mcp is a model context protocol server designed to facilitate interaction with ffmpeg for various media operations. Sponsored by ChatWise, this server allows users to perform media processing tasks through a standardized protocol interface. It requires ffmpeg to be installed on the system and can be easily integrated into MCP clients using a simple command. The server is flexible, allowing users to specify the path to the ffmpeg executable if it's not in the system path. This makes it a versatile tool for developers working with media files, providing a streamlined way to execute ffmpeg commands programmatically.
Features
- Stdio MCP server for media operations
- Integrates with ffmpeg for media processing
- Sponsored by ChatWise for enhanced LLM chatbot support
- Customizable ffmpeg path via environment variable
- Easy integration with MCP clients