Back to Home
ZizoTheDev icon

ffmpeg-mcp

Verified Safe

by ZizoTheDev

Overview

An MCP server designed to work with FFmpeg, providing capabilities for media processing tasks such as speeding up videos and extracting audio.

Installation

Run Command
npx ffmpeg-mcp

Environment Variables

  • FFMPEG_PATH

Security Notes

The server executes external FFmpeg commands using `tinyexec`. While arguments are passed as an array to mitigate shell injection, the server's ability to operate on arbitrary file paths based on client input (if not restricted by the MCP client or environment) could pose risks if a malicious client gains control. No `eval` or hardcoded secrets were found. Communication occurs over standard I/O via `StdioServerTransport`.

Similar Servers

Stats

Interest Score39
Security Score8
Cost ClassHigh
Avg Tokens1000
Stars15
Forks3
Last Update2025-12-11

Tags

FFmpegMedia ProcessingMCP ServerVideo EditingAudio Extraction