MCP.so
登录

MCP Media Processing Server

@maoxiaoke

关于 MCP Media Processing Server

A Node.js server implementing Model Context Protocol (MCP) for media processing operations, providing powerful video and image manipulation capabilities.

基本信息

分类

媒体与设计

传输方式

stdio

发布者

maoxiaoke

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

媒体与设计 分类下的更多 MCP 服务器