io.github.PedroMarianoAlmeida/ffmpeg-mcp
NPM · FFMPEG-MCP-SERVER · SCANNED SEP 24
FFmpeg video/audio tools: cut, convert, concat, remove silence, and raw commands.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 44 of 116 dependencies flagged as unhealthy (1 deprecated). View diagnostics → Partial
Provenance & Transparency44
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 279 days ago).Pass
- Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability74
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 482 tokens (~80/item across 6 items; 6 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
- Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_silence" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.PedroMarianoAlmeida/ffmpeg-mcp server?
io.github.PedroMarianoAlmeida/ffmpeg-mcp runs locally as an npm package, launched with npx -y ffmpeg-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · ffmpeg-mcp-server
claude mcp add pedromarianoalmeida-ffmpeg-mcp -- npx -y ffmpeg-mcp-server
{
"mcpServers": {
"pedromarianoalmeida-ffmpeg-mcp": {
"command": "npx",
"args": [
"-y",
"ffmpeg-mcp-server"
]
}
}
} {
"servers": {
"pedromarianoalmeida-ffmpeg-mcp": {
"command": "npx",
"args": [
"-y",
"ffmpeg-mcp-server"
]
}
}
} codex mcp add pedromarianoalmeida-ffmpeg-mcp -- npx -y ffmpeg-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pedromarianoalmeida-ffmpeg-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"ffmpeg-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add pedromarianoalmeida-ffmpeg-mcp --command npx --arg -y --arg ffmpeg-mcp-server
mcp_servers:
pedromarianoalmeida-ffmpeg-mcp:
command: "npx"
args: ["-y", "ffmpeg-mcp-server"] {
"McpServers": {
"pedromarianoalmeida-ffmpeg-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"ffmpeg-mcp-server"
]
}
}
} assistant mcp add pedromarianoalmeida-ffmpeg-mcp -t stdio -c npx -a -y ffmpeg-mcp-server
{
"mcpServers": {
"pedromarianoalmeida-ffmpeg-mcp": {
"command": "npx",
"args": [
"-y",
"ffmpeg-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 24 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.
- 23 Sept 26 −3
- Stability: pass → 0.80 functional
- 22 Sept 26 0
- Stability: 0.97 → pass security
- Security disclosure: fail → unverified ▼ functional
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 17 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 16 Sept 26 −3
- Stability: pass → 0.80 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 24 Sept 2026 · Analysed npm/ffmpeg-mcp-server@1.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 116 packages
| Packages resolved | 116 |
|---|---|
| Deprecated | 1 |
| Stale | 44 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
concat_videos ~44
Concatenate multiple videos into one
| Name | Type | Req | Description |
|---|---|---|---|
| inputPaths | array | yes | Array of video file paths to concatenate |
| outputPath | string | yes | Path for output video file |
No output schema declared.
No examples provided.
convert ~109
Convert media between formats (audio-to-audio, video-to-video, or video-to-audio). Format is auto-detected from file extension.
| Name | Type | Req | Description |
|---|---|---|---|
| audioBitrate | string | – | Audio bitrate (e.g., '192k', '320k') |
| inputPath | string | yes | Path to input media file |
| outputPath | string | yes | Path for output file (extension determines format) |
| videoBitrate | string | – | Video bitrate (e.g., '2M', '5M') |
No output schema declared.
No examples provided.
cut_video ~88
Extract a segment from a video file
| Name | Type | Req | Description |
|---|---|---|---|
| duration | string | yes | Duration (e.g., '00:00:30' or '30') |
| inputPath | string | yes | Path to input video file |
| outputPath | string | yes | Path for output video file |
| startTime | string | yes | Start time (e.g., '00:01:30' or '90') |
No output schema declared.
No examples provided.
ffmpeg_raw ~83
Execute a raw FFmpeg command with custom arguments. Use this for advanced operations not covered by other tools (e.g., filters, effects, watermarks, speed changes).
| Name | Type | Req | Description |
|---|---|---|---|
| args | array | yes | Array of FFmpeg arguments (e.g., ['-i', 'input.mp4', '-vf', 'scale=1280:720', 'output.mp4']) |
No output schema declared.
No examples provided.
image_to_video ~66
Convert a static image to a video with fixed duration
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | yes | Duration in seconds |
| fps | number | – | Frames per second |
| imagePath | string | yes | Path to input image file |
| outputPath | string | yes | Path for output video file |
No output schema declared.
No examples provided.
remove_silence ~92
Detect and remove silent segments from a video, keeping only non-silent parts
| Name | Type | Req | Description |
|---|---|---|---|
| inputPath | string | yes | Path to input video file |
| minSilenceDuration | number | – | Minimum duration in seconds to consider as silence |
| noiseThreshold | string | – | Audio level threshold for silence detection (e.g., '-30dB') |
| outputPath | string | yes | Path for output video file |
No output schema declared.
No examples provided.
What is the io.github.PedroMarianoAlmeida/ffmpeg-mcp server?
io.github.PedroMarianoAlmeida/ffmpeg-mcp is listed in the public MCP registry as io.github.PedroMarianoAlmeida/ffmpeg-mcp. FFmpeg video/audio tools: cut, convert, concat, remove silence, and raw commands. This page covers its npm package (ffmpeg-mcp-server).
Is the io.github.PedroMarianoAlmeida/ffmpeg-mcp server safe to use?
io.github.PedroMarianoAlmeida/ffmpeg-mcp scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.PedroMarianoAlmeida/ffmpeg-mcp server expose?
io.github.PedroMarianoAlmeida/ffmpeg-mcp exposes 6 tools: cut_video, image_to_video, concat_videos, convert, remove_silence, ffmpeg_raw. Their descriptions and schemas cost roughly 482 tokens of context every time the server is loaded.
Is the io.github.PedroMarianoAlmeida/ffmpeg-mcp server still maintained?
io.github.PedroMarianoAlmeida/ffmpeg-mcp is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.PedroMarianoAlmeida/ffmpeg-mcp server under?
io.github.PedroMarianoAlmeida/ffmpeg-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.