Back to Home
ZizoTheDev icon

ffmpeg-mcp

by ZizoTheDev

Overview

This server provides FFmpeg capabilities as tools, enabling automated media processing tasks like video speed manipulation and audio extraction via the Model Context Protocol.

Installation

Run Command
npx ffmpeg-mcp

Environment Variables

  • FFMPEG_PATH

Security Notes

The server uses `tinyexec` to execute FFmpeg commands, passing arguments as an array, which generally prevents classic shell injection vulnerabilities. However, the server does not perform input validation or sanitization on `input_file` or `output_file` paths. This could allow an attacker to specify arbitrary file paths (e.g., using `../` for directory traversal or absolute paths) for FFmpeg to read from or write to, leading to potential arbitrary file system access, data leakage, or overwriting sensitive files, depending on the server's permissions.

Similar Servers

Stats

Interest Score39
Security Score6
Cost ClassLow
Avg Tokens150
Stars15
Forks3
Last Update2025-12-15

Tags

FFmpegMedia ProcessingMCPAutomationVideo Editing