PluginBench
MCP Server
Active
MIT

io.github.beeswaxpat/ffmpeg-render-pro MCP Server

io.github.beeswaxpat/ffmpeg-render-pro

What is the io.github.beeswaxpat/ffmpeg-render-pro MCP server?

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

How to install io.github.beeswaxpat/ffmpeg-render-pro

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ffmpeg-render-pro": {
      "command": "npx",
      "args": [
        "-y",
        "ffmpeg-render-pro"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ffmpeg-render-pro": {
      "command": "npx",
      "args": [
        "-y",
        "ffmpeg-render-pro"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ffmpeg-render-pro": {
      "command": "npx",
      "args": [
        "-y",
        "ffmpeg-render-pro"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ffmpeg-render-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ffmpeg-render-pro"
      ]
    }
  }
}
Claude Code
claude mcp add ffmpeg-render-pro -- npx -y ffmpeg-render-pro

Related MCP servers

Verify a photo's capture time and provenance: C2PA validation, EXIF/XMP, and pixel forensics.

1
JavaScript
MIT
View repository →