Skip to main content
Glama

MCP FFmpeg Video Processor

by bitscorp-mcp

MCP FFmpeg ビデオプロセッサ

FFmpegを使用してビデオファイルを操作するNode.jsサーバー。このサーバーは以下のAPIを提供します。

  • 動画をさまざまな解像度(360p、480p、720p、1080p)にサイズ変更します
  • さまざまな形式(MP3、AAC、WAV、OGG)でビデオからオーディオを抽出します

前提条件

このアプリケーションを実行する前に、以下がインストールされている必要があります。

  1. Node.js (v14以上)
  2. FFmpeg - ビデオ処理に必要です

FFmpegのインストール

macOSの場合:
brew install ffmpeg
Ubuntu/Debianの場合:
sudo apt update sudo apt install ffmpeg
Windowsの場合:
  1. 公式サイトからFFmpegをダウンロードする
  2. ファイルをフォルダに抽出します(例: C:\ffmpeg
  3. PATH環境変数にbinフォルダを追加します

インストール

  1. このリポジトリをクローンします:
git clone https://github.com/bitscorp-mcp/mcp-ffmpeg.git cd mcp-ffmpeg
  1. 依存関係をインストールします:
npm install

Smithery経由でインストール

Smithery経由で Claude Desktop 用の mcp-ffmpeg を自動的にインストールするには:

npx -y @smithery/cli install @bitscorp-mcp/mcp-ffmpeg --client claude

サーバーの実行

次のコマンドでサーバーを起動します。

npm start

ファイルの変更時に自動的に再起動する開発の場合:

npm run dev

Smithery経由でインストール

Smithery経由で Claude Desktop 用の mcp-ffmpeg を自動的にインストールするには:

npx -y @smithery/cli install @bitscorp-mcp/mcp-ffmpeg --client claude

カーソル用のmcp-ffmpegをインストールするには、「設定」->「カーソル設定」->「機能」->「MCPサーバー」->「+追加」に進みます。

タイプ: コマンドを選択し、AdjustのAPIキーを使用して以下を貼り付けます。

npx -y @smithery/cli@latest run @bitscorp/mcp-ffmpeg

Claude Desktopでの使用

この MCP FFmpeg サーバーは、Claude Desktop と統合して、自然言語リクエストを通じてビデオを処理できます。

npxで実行

npx を使用してサーバーを直接実行できます。

npx /path/to/mcp-ffmpeg

または、パッケージを npm に公開した場合:

npx mcp-ffmpeg

Claudeデスクトップの設定

このサーバーを Claude Desktop に追加するには、Claude Desktop 構成ファイルを更新します。

  1. Claude Desktop の構成ファイルを見つけます。
    • macOS: ~/.config/claude-desktop/config.jsonまたは~/Library/Application Support/Claude Desktop/config.json
    • Windows: %APPDATA%\Claude Desktop\config.json
    • Linux: ~/.config/claude-desktop/config.json
  2. FFmpeg MCP サーバーをmcpServersセクションに追加します。
{ "mcpServers": { "ffmpeg": { "command": "npx", "args": [ "--yes", "/absolute/path/to/mcp-ffmpeg" ] } } }

パッケージを npm に公開した場合:

{ "mcpServers": { "ffmpeg": { "command": "npx", "args": [ "--yes", "mcp-ffmpeg" ] } } }
  1. 変更を有効にするには、Claude Desktop を再起動してください。

クロードの例題

設定が完了すると、次のようなプロンプトが使用できるようになります。

Using the ffmpeg MCP server, please resize the video at /path/to/video.mp4 to 720p resolution.

注記

  • アップロードされた動画はuploadsディレクトリに一時的に保存されます
  • 処理されたビデオとオーディオファイルはoutputディレクトリに保存されます
  • サーバーのアップロードファイルサイズは500MBに制限されています

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

ビデオをさまざまな解像度 (360p ~ 1080p) にサイズ変更したり、さまざまな形式 (MP3、AAC、WAV、OGG) でオーディオを抽出したりするなど、自然言語リクエストによるビデオ操作を可能にする Node.js サーバー。

  1. 前提条件
    1. FFmpegのインストール
  2. インストール
    1. Smithery経由でインストール
  3. サーバーの実行
    1. Smithery経由でインストール
  4. Claude Desktopでの使用
    1. npxで実行
    2. Claudeデスクトップの設定
    3. クロードの例題
  5. 注記
    1. ライセンス

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        Enables video editing using natural language commands powered by FFmpeg, supporting operations like trimming, merging, format conversion, and more with real-time progress tracking and error handling.
        Last updated -
        34
        Python
        • Apple
        • Linux
      • A
        security
        F
        license
        A
        quality
        A Node.js server that provides advanced video and image processing capabilities through the Model Context Protocol, enabling operations like conversion, compression, editing, and effects application.
        Last updated -
        10
        1
        20
        JavaScript
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A server for downloading, processing, and managing YouTube content with features like video quality selection, format conversion, and metadata extraction.
        Last updated -
        JavaScript
      • A
        security
        A
        license
        A
        quality
        An MCP server providing video processing capabilities through FFmpeg, enabling dialog-based local video search, trimming, concatenation, and playback functionalities.
        Last updated -
        7
        67
        Python
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitscorp-mcp/mcp-ffmpeg'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server