Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎥 Multimedia Process
  3. Ffmpeg MCP
Ffmpeg MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 6:30:53 PM

Ffmpeg MCP

User RatingsBe the first to rate and review this MCP server!
View Repository148 GitHub StarsTotal stargazers on GitHub for the source repository (148 stars).
ffmpegvideomedia-processingmacos

Runs local FFmpeg tools over MCP for finding, inspecting, editing, combining, playing, scaling, and extracting frames from media.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for video-creator/ffmpeg-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🎥 More in Multimedia Process

Overview

The video-creator/ffmpeg-mcp MCP server exposes local FFmpeg and ffplay operations through MCP tools. It can search directories for video files, inspect media metadata, trim and concatenate videos, overlay or scale them, play media, and extract frames. It runs locally over stdio and is currently documented for macOS on ARM64 and x86_64. Reach for it when an MCP client needs to work with local video and audio files through conversational tool calls.

Use cases

•Search local directories for video files
•Inspect video metadata before processing
•Trim and combine local video clips
•Overlay or resize videos
•Extract sampled frames as images

Key features

•Recursive video path search
•Video metadata inspection
•Clipping and concatenation
•Overlay and scaling
•Local media playback
•Frame extraction to PNG, JPG, or WEBP

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Ffmpeg MCP.

Extracted Tool Capabilities
Recursive video path search
Video metadata inspection
Clipping and concatenation
Overlay and scaling
Local media playback
Frame extraction to PNG, JPG, or WEBP

How Ffmpeg MCP works

What video-creator/ffmpeg-mcp MCP server does

The video-creator/ffmpeg-mcp MCP server gives an MCP client access to common local media operations through FFmpeg command-line functionality. Its tools cover file discovery, metadata inspection, editing, composition, playback, resizing, and frame extraction. The project is intended for workflows involving files stored on the local machine rather than a hosted media service.

The server can recursively search a directory for a complete filename or a filename without its suffix. It can then report a video's duration, frame rate, codec, width, and height. Editing operations return paths to generated files, allowing later tool calls to use those outputs.

How it works

The video-creator/ffmpeg-mcp MCP server communicates through the stdio transport. An MCP client starts the local process and sends tool requests with file paths and operation parameters. The README shows a Cline configuration that invokes the project with uv, points --directory at the checked-out repository, and runs the ffmpeg-mcp entry point.

Most operations accept explicit input and output paths. Concatenation accepts a list of files and an output path; when the listed videos have matching properties such as dimensions and frame rate, the server automatically uses a faster synthesis mode. Playback uses ffplay and accepts a playback rate and loop count.

Setup and configuration

The documented setup is local and requires downloading the repository, changing into its directory, and running uv sync. The Cline example uses a 60-second timeout, stdio transport, and an empty automatic-approval list. Its directory argument must be changed to the actual location of the checkout; the example path is not a ready-to-run value.

The README states that current support is limited to macOS, including both ARM64 and x86_64 systems. It does not document Windows or Linux support, hosted deployment, authentication, API keys, or environment variables. The supplied material also does not specify a license.

Tools and capabilities

The video-creator/ffmpeg-mcp MCP server currently documents these tools:

  • find_video_path recursively locates a media file under a directory and returns its full path.
  • get_video_info returns duration, FPS, codec, width, and height.
  • clip_video trims a file using a start time, end time, or duration and returns the resulting path.
  • concat_videos combines a list of video files into a specified output path.
  • play_video plays supported video or audio formats with a selected rate and repeat count.
  • overlay_video places one video over another with a relative position and x/y offsets.
  • scale_video resizes a video; a dimension of -2 preserves the aspect ratio for that dimension.
  • extract_frames_from_video saves PNG, JPG, or WEBP images at a requested sampling rate, with an optional maximum frame count.

For frame extraction, an FPS value of zero requests every frame; positive values control the sampling interval as described by the project. A zero frame limit removes the maximum.

Limitations and notes

The documented platform scope is macOS only. The project describes additional features as planned, so the listed tools should be treated as the currently supported surface. Operations work with local paths and depend on command-line media utilities referenced by the project, including FFmpeg and ffplay. The README does not provide details about codec compatibility beyond examples of formats supported for playback, such as MOV, MP4, AVI, MKV, and 3GP.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Multimedia Process View all alternatives
  • MCP Video Analyzer logoMCP Video Analyzer

    MCP server for video analysis — extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.

    🎥 Multimedia Process13 views
    Compare vs MCP Video Analyzer →
  • N
    Notch

    Turn product pages and creative briefs into finished video and image ads from your AI chat.

    🎥 Multimedia Process25 views
    Compare vs Notch →
  • Node Sdk logoNode Sdk

    Agent-native media processing via Transloadit's 86+ Robots: video encoding (HLS, H.264, VP9), image manipulation (resize, watermark, smart crop), document conversion, OCR, speech transcription, and more. Hosted or self-hosted via npx.

    🎥 Multimedia Process4 views
    Compare vs Node Sdk →
  • Rendobar MCP logoRendobar MCP

    Submit media-processing jobs to the Rendobar API and upload local files in one tool call. Transcode, run raw FFmpeg, burn captions, and add watermarks over REST. Free tier.

    🎥 Multimedia Process4 views
    Compare vs Rendobar MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
148
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
8 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Ffmpeg MCP

Clone the repository, change into its directory, and run `uv sync`. Then configure your MCP client to run the project's `ffmpeg-mcp` entry point with `uv` and the actual checkout directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFfmpeg MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/video-creator-ffmpeg-mcp?style=directory)](https://allmcps.com/mcp/video-creator-ffmpeg-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/video-creator-ffmpeg-mcp"><img src="https://allmcps.com/api/badge/video-creator-ffmpeg-mcp?style=directory" alt="Ffmpeg MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🎥Multimedia Process
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
ClientsCline / VS Code
Last updatedSep 1, 2026
96/96 checks healthy over the last 24h
Views8
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars148
GitHub Star CountTotal stargazers on GitHub representing community popularity (148 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 20, 2026
47Quality signal: Fair · 47/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools19/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎥 Multimedia Process →Best MCP servers for Multimedia & Media Processing →Alternatives to Ffmpeg MCP →Install in Claude DesktopInstall in CursorInstall in VS Code