mcp-ffmpeg
17
MCP FFmpeg Video Processor is a Node.js server that uses FFmpeg to perform video manipulation tasks such as resizing videos and extracting audio in various formats. Designed for integration with Claude Desktop, it allows processing videos through natural language requests.
What are the prerequisites for running MCP FFmpeg Video Processor?
You need to have Node.js (v14 or higher) and FFmpeg installed on your system.
How can I install FFmpeg on my system?
You can install FFmpeg using package managers like Homebrew on macOS, apt on Ubuntu/Debian, or download it from the official website for Windows.
Can I integrate this server with Claude Desktop?
Yes, you can integrate the MCP FFmpeg server with Claude Desktop to process videos through natural language requests.
What is the file size limit for uploads?
The server has a file size limit of 500MB for uploads.
Where are processed videos and audio files stored?
Processed videos and audio files are stored in the output
directory.