Edits video and audio through MCP, including effects, overlays, format conversion, downloads, and in-memory operation chaining.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Video Edit MCP.
The video-edit-mcp MCP server provides an MCP interface for common video and audio editing tasks. Video capabilities include trimming, merging, resizing, cropping, rotation, speed changes, fade effects, grayscale, mirroring, text overlays, image overlays, video overlays, transparency, codec-controlled format conversion, frame extraction, and video creation from images.
Audio operations include extracting sound from video, trimming and looping audio, concatenating tracks, changing volume, applying audio fades, mixing multiple tracks, adding audio to a video, and replacing an existing soundtrack. The server also includes video downloads from YouTube and other platforms, directory operations, file listing, and path suggestions for downloads.
MCP-compatible clients call the serverβs editing and utility operations through a standardized interface. Workflows can either produce output paths or keep results in memory. This makes it possible to pass one operationβs result into the next step, such as trimming a source, adding background audio, applying an overlay, and then writing the finished result.
The in-memory workflow is the main reason to use the video-edit-mcp MCP server for multi-step jobs. It avoids requiring a separate intermediate file for every operation and includes utilities for checking stored objects and clearing memory when a workflow is complete. The READMEβs example uses video information lookup, trimming, audio addition, and a text overlay in one chain.
The documented integration requires Python 3.10 or newer. Its listed dependencies include moviepy 1.0.3, yt-dlp 2023.1.6 or newer, mcp 1.12.2 or newer, and typing-extensions 4.0 or newer.
For Claude Desktop or Cursor, the README shows a uvx configuration that selects Python 3.11 and runs the video-edit-mcp package:
Claude Desktop stores its configuration in the platform-specific MCP configuration file, while Cursor uses .cursor/mcp.json in a project root. The manual installation path clones the repository, installs requirements.txt, and installs the project in editable mode with pip install -e ..
The video-edit-mcp MCP server covers these supported areas:
The README names Claude Desktop and Cursor as MCP clients, and states that other MCP clients may also use the standardized interface.
The provided material documents traditional multimedia operations but lists speech-to-text, text-to-speech, AI audio enhancement, automatic scene detection, face tracking, object recognition, and content analysis as future enhancement areas. Those capabilities should not be treated as currently available features.
The README does not specify hosted execution, authentication, cloud storage, or paid API requirements. Processing requirements and output behavior can vary with the media files and operations selected, but the provided material does not define detailed resource limits or supported codec combinations beyond noting codec control for format conversion.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/video-edit-mcp)<a href="https://allmcps.com/mcp/video-edit-mcp"><img src="https://allmcps.com/api/badge/video-edit-mcp?style=directory" alt="Video Edit MCP on AllMCPs" /></a>