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

コメント

「メディアとデザイン」の他のコンテンツ