mcp-media-processor
The MCP Media Processing Server is a Node.js server designed to perform media processing operations, implementing the Model Context Protocol. It provides features like video and image manipulation, conversion, compression, and editing capabilities.
What are the prerequisites for using the MCP Media Processing Server?
You need to have FFmpeg and ImageMagick installed on your system to use the server for video and image processing operations.
Can I use the server to convert video formats?
Yes, the server provides a tool called 'convert-video' that allows you to convert videos to different formats.
Is it possible to add watermarks to images using this server?
Yes, the server includes a tool called 'add-watermark' that lets you add watermarks to images.
How can I compress images using the server?
You can use the 'compress-image' tool, which utilizes ImageMagick to compress PNG images.
What license is the MCP Media Processing Server distributed under?
The server is licensed under the MIT License, allowing free use, modification, and distribution.