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. Video Edit MCP
Video Edit MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 4:31:30 PM

Video Edit MCP

User RatingsBe the first to rate and review this MCP server!
View Repository25 GitHub StarsTotal stargazers on GitHub for the source repository (25 stars).Visit Website
video-editingaudio-editingmultimediamcppython

Edits video and audio through MCP, including effects, overlays, format conversion, downloads, and in-memory operation chaining.

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.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "video-edit-mcp": {
      "command": "uvx",
      "args": [
        "--python",
        "3.11",
        "video-edit-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸŽ₯ More in Multimedia Process

Overview

The video-edit-mcp MCP server exposes video and audio editing workflows through MCP clients such as Claude Desktop and Cursor. It supports trimming, merging, resizing, cropping, rotation, effects, overlays, format conversion, audio mixing, soundtrack replacement, and frame operations. It can download videos from YouTube and other platforms, manage files, and retain intermediate objects in memory for chained edits. Reach for it when an agent needs to build multi-step multimedia workflows without manually handling every intermediate output file.

Use cases

β€’Trim and combine video clips through an MCP client
β€’Add background audio and replace video soundtracks
β€’Apply text, image, or video overlays
β€’Chain edits while keeping intermediate results in memory
β€’Download source videos before processing them

Key features

β€’Video trimming, merging, resizing, cropping, and rotation
β€’Effects, overlays, and codec-controlled format conversion
β€’Audio extraction, mixing, fading, and soundtrack replacement
β€’YouTube and other-platform video downloads
β€’In-memory operation chaining and cleanup
β€’File and directory utilities

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Video trimming, merging, resizing, cropping, and rotation
Effects, overlays, and codec-controlled format conversion
Audio extraction, mixing, fading, and soundtrack replacement
YouTube and other-platform video downloads
In-memory operation chaining and cleanup
File and directory utilities

How Video Edit MCP works

What video-edit-mcp MCP server does

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.

How it works

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.

Setup and configuration

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:

config.json
{
  "mcpServers": {
    "video_editing": {
      "command": "uvx",
      "args": ["--python", "3.11", "video-edit-mcp"]
    }
  }
}

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 ..

Tools and capabilities

The video-edit-mcp MCP server covers these supported areas:

  • Video editing, effects, overlays, conversion, and frame handling
  • Audio extraction, editing, mixing, volume control, and soundtrack replacement
  • Downloads from YouTube and other platforms
  • Directory and file-listing utilities
  • Suggested download paths
  • In-memory object storage, inspection, cleanup, and chained processing

The README names Claude Desktop and Cursor as MCP clients, and states that other MCP clients may also use the standardized interface.

Limitations and notes

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.

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 Process14 views
    Compare vs MCP Video Analyzer β†’
  • Trident MCP logoTrident MCP

    AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.

    πŸŽ₯ Multimedia Process25 views
    Compare vs Trident MCP β†’
  • N
    Notch

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

    πŸŽ₯ Multimedia Process25 views
    Compare vs Notch β†’
  • Atsurae logoAtsurae

    AI-powered video editing MCP server with 10 tools for timeline editing, 5-layer compositing, semantic operations, and FFmpeg rendering (1920x1080, 30fps H.264+AAC).

    πŸŽ₯ Multimedia Process5 views
    Compare vs Atsurae β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
25
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
4 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 Video Edit MCP

Install `uv`, then configure an MCP client to run `uvx --python 3.11 video-edit-mcp`, or clone the repository and install its requirements and editable package.

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 PreviewVideo Edit MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/video-edit-mcp?style=directory)](https://allmcps.com/mcp/video-edit-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸŽ₯Multimedia Process
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 4, 2026
Views4
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 stars25
GitHub Star CountTotal stargazers on GitHub representing community popularity (25 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 30, 2025
49Quality signal: Fair Β· 49/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 & tools24/30
Adoption & activity2/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.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev Β· video-edit-mcp (PyPI)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 β€” 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 Video Edit MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code