mcpbeat Sign in

Ffmpeg Render Pro MCP Server

local only

Ffmpeg Render Pro runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm. Last commit 4 Sep 2026.

Parallel video rendering tools: detect GPU encoders, render, color grade, merge audio, concat.

Installs per day peak 158 · avg 20 · -2% w/w
a month agotoday
90
Installs / week
npm · ffmpeg-render-pro
3
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const ffmpeg = spawn(ffmpegBin(), args, {
  document.getElementById('workers-grid').innerHTML = cards.join('');

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ffmpeg-render-pro -- npx -y ffmpeg-render-pro
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ffmpeg-render-pro": {
      "args": [
        "-y",
        "ffmpeg-render-pro"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ffmpeg-render-pro]
command = "npx"
args = ["-y", "ffmpeg-render-pro"]
.cursor/mcp.json
{
  "mcpServers": {
    "ffmpeg-render-pro": {
      "args": [
        "-y",
        "ffmpeg-render-pro"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ffmpeg-render-pro": {
      "args": [
        "-y",
        "ffmpeg-render-pro"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ffmpeg Render Pro

same job, measured the same way
Kdenlive MCP Server
by va1bhav512

Kdenlive video editing MCP - 36 tools for project, timeline, filters and melt rendering

1 283 installs/wk local only
Ffmpeg MCP
by pedromarianoalmeida

FFmpeg video/audio tools: cut, convert, concat, remove silence, and raw commands.

68 installs/wk local only
Orcool Studio MCP
by ryss30

AI tools for mobile app ad production: concepts, avatars, video rendering, performance feedback.

answering
Broll
by luke-fairbanks

Content studio MCP for coding agents: BYO keys, deterministic video rendering, draft-first posting

33 installs/wk local only
Claude Context Sync
by ybin4548

Share context, detect conflicts, and message across parallel Claude Code sessions

70 installs/wk local only
I
Bytario
by helloderekg

40 MCP tools for image, PDF, QR, barcode, data, text, color, and render operations.

17 installs/wk local only
Cochlea
by richer-richard

Render, analyze, and verify audio (WAV/FLAC/mp3/ogg) offline and deterministically via MCP tools.

local only
MAJR Media Encoding
by majrdotapp

Encode uploads to web-ready media: video to HLS, audio to AAC, images to WebP. Async jobs.

answering

Ffmpeg Render Pro — questions

Answers built from our own checks of this server.

Why is there no uptime for Ffmpeg Render Pro?
Ffmpeg Render Pro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ffmpeg-render-pro was installed 90 times last week.
How do I connect Ffmpeg Render Pro?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ffmpeg-render-pro straight from npm; nothing to host, nothing to sign up for.
How many people use Ffmpeg Render Pro?
The npm package ffmpeg-render-pro was installed 90 times in the last week. Week over week that is -2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ffmpeg Render Pro open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.