MCP.so
Sign In

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.

Basic information

Category

Media & Design

Transports

stdio

Publisher

maoxiaoke

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mediaProcessor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-media-processor@latest"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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).

Comments

More Media & Design MCP servers