MCP Media Processing Server
@maoxiaoke
About MCP Media Processing Server
A Node.js server implementing Model Context Protocol (MCP) for media processing operations, providing powerful video and image manipulation capabilities.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mediaProcessor": {
"command": "npx",
"args": [
"-y",
"mcp-media-processor@latest"
]
}
}
}Tools
10Execute any FFmpeg command with custom options
Convert video to different format
Compress video file
Trim video to specified duration
Compress PNG image using ImageMagick
Convert image to different format
Resize image to specified dimensions
Rotate image by specified degrees
Add watermark to image
Apply visual effect to image
Overview
What is MCP Media Processing Server?
A Node.js server implementing the Model Context Protocol (MCP) for media processing operations, providing video and image manipulation capabilities using FFmpeg and ImageMagick as system dependencies.
How to use MCP Media Processing Server?
Configure the server in your claude_desktop_config.json by adding the NPX command for mcp-media-processor@latest. Ensure FFmpeg and ImageMagick are installed on your system before use.
Key features of MCP Media Processing Server
- Video processing and conversion
- Image processing and manipulation
- Media compression
- Video trimming and editing
- Image effects and watermarking
Use cases of MCP Media Processing Server
- Convert video files between formats like mp4, mkv, avi
- Compress video or image files to reduce file size
- Trim a video to a specific start time and duration
- Resize, rotate, or apply effects (blur, sharpen, sepia, etc.) to images
- Add a watermark image to another image with customizable position and opacity
FAQ from MCP Media Processing Server
What are the system dependencies?
FFmpeg is required for video operations; ImageMagick is required for image operations. Installation commands for macOS, Ubuntu/Debian, and Windows are provided.
How do I install FFmpeg and ImageMagick?
On macOS use brew install ffmpeg and brew install imagemagick. On Ubuntu/Debian use sudo apt-get install ffmpeg and sudo apt-get install imagemagick. Windows users should download from the official websites.
How do I configure the server with Claude?
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mediaProcessor": {
"command": "npx",
"args": ["-y", "mcp-media-processor@latest"]
}
}
}
What operations does the server support?
Video operations: execute‑ffmpeg, convert‑video, compress‑video, trim‑video. Image operations: compress‑image, convert‑image, resize‑image, rotate‑image, add‑watermark, apply‑effect.
What file formats can be converted?
For video: mp4, mkv, avi, and others supported by FFmpeg. For images: jpg, png, webp, gif (specified in convert‑image).
Frequently asked questions
What are the system dependencies?
FFmpeg is required for video operations; ImageMagick is required for image operations. Installation commands for macOS, Ubuntu/Debian, and Windows are provided.
How do I install FFmpeg and ImageMagick?
On macOS use `brew install ffmpeg` and `brew install imagemagick`. On Ubuntu/Debian use `sudo apt-get install ffmpeg` and `sudo apt-get install imagemagick`. Windows users should download from the official websites.
How do I configure the server with Claude?
Add the following to your `claude_desktop_config.json`: ```json { "mcpServers": { "mediaProcessor": { "command": "npx", "args": ["-y", "mcp-media-processor@latest"] } } } ```
What operations does the server support?
Video operations: execute‑ffmpeg, convert‑video, compress‑video, trim‑video. Image operations: compress‑image, convert‑image, resize‑image, rotate‑image, add‑watermark, apply‑effect.
What file formats can be converted?
For video: mp4, mkv, avi, and others supported by FFmpeg. For images: jpg, png, webp, gif (specified in convert‑image).
Basic information
More Media & Design MCP servers
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
QR Planet QR Code MCP Server
qrplanetQR Planet QR Code MCP Server - Hosted MCP server for QR Planet. Connect AI agents and MCP-compatible clients to create, update, design, route, and analyze dynamic QR Codes using your QR Planet API key.

SceneF — San Francisco Movie Showtimes
SceneFBuilt by movie lovers, for movie lovers and their assistants. San Francisco is one of the last great moviegoing cities — single-screen neighborhood houses from the 1920s, repertory calendars that change nightly, 35mm and

diggercamp
Tommaso Savorana (ti es)diggercamp finds independent music by how it sounds. Paste any Bandcamp, YouTube or SoundCloud link and get the closest sonic matches from 4M+ independent tracks — matched by rhythm, timbre, key and energy, not genre tag
Comments