ffmpeg-mcp
Verified Safeby 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
npx ffmpeg-mcpEnvironment 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
yt-dlp-mcp
Provides AI agents with tools to interact with video platforms for content retrieval, metadata extraction, searching, and transcription.
DMCPServer
DMCPServer allows Delphi developers to create and expose Master Control Protocol (MCP) servers, enabling integration with AI platforms like Claude for external tool execution and resource management.
imgenx
AI image and video generation and processing, functioning as a command-line tool or MCP server.
mcp-video-extraction-plus
The server extracts text from various video and audio sources using multiple Automatic Speech Recognition (ASR) providers, including local Whisper and online services from JianYing (CapCut) and Bilibili.