FFmpeg Video Processor MCP Server

Manipulates video files using FFmpeg to resize videos and extract audio in various formats.

Local serverstdioGo 59

What is the FFmpeg Video Processor MCP server?

Connect FFmpeg Video Processor to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Manipulates video files using FFmpeg to resize videos and extract audio in various formats. The ffmpeg video processor mcp server is what makes that connection.

What the server does

A Node.js server that uses FFmpeg to manipulate video files. This server provides APIs to:

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • macOS — ~/.config/claude-desktop/config.json or ~/Library/Application Support/Claude Desktop/config.json
  • Windows — %APPDATA%\Claude Desktop\config.json
  • Linux — ~/.config/claude-desktop/config.json

Credentials and setup notes

Before running this application, you need to have the following installed: 1. Node.js (v14 or higher) 2. FFmpeg - This is required for video processing

Installation

The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. FFmpeg Video Processor's toolset — macOS, Windows, Linux — is a fair guide to whether it matches your workflow. It is maintained by bitscorp-mcp; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
macOS~/.config/claude-desktop/config.json or ~/Library/Application Support/Claude Desktop/config.json
Windows%APPDATA%\Claude Desktop\config.json
Linux~/.config/claude-desktop/config.json

How to install the FFmpeg Video Processor MCP server

{
  "mcpServers": {
    "ffmpeg-video-processor": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

Before running this application, you need to have the following installed: 1. Node.js (v14 or higher) 2. FFmpeg - This is required for video processing

Example prompts to try

  • Use FFmpeg Video Processor to macOS.
  • Use FFmpeg Video Processor to Windows.
  • Use FFmpeg Video Processor to Linux.

Frequently asked questions

FFmpeg Video Processor is a tool that uses FFmpeg to manipulate video files. It allows you to resize videos to different resolutions and extract audio in various formats.