← Home
COMPARISON

Published · Updated

Best Video Editing MCP Servers

Five Model Context Protocol servers can edit video from an AI conversation. They are not variations of one product — three are hosted clipping services, one is a full editor, and one drives a copy of DaVinci Resolve on your own machine. Picking correctly is mostly a matter of deciding how much of the edit you want the agent to own.

Written by Valmera, which is one of the five. Every claim below about another product is taken from its own published documentation and is checkable at the links given — including the places where those products are the better answer.

The short version

ServerToolsScopeAuthRuns
Valmera110Full editorOAuth 2.1 + PKCEHosted
reap10Clip · caption · dubAPI keyHosted
OpenClip30+Clip · captionOAuth 2.1Hosted
Video Jungle~10Search · assembleAPI keySelf-run
DaVinci Resolve MCPvariesDrives ResolveLocalSelf-run + Resolve

Tool count is the clearest single signal of scope, though not of quality. Ten tools is enough to find clips and burn captions on them. It is not enough to grade the picture, duck music under speech, erase a watermark or check the render — those need their own tools, and a server that lacks them will hand the job back to you halfway through.

What each one actually does

Valmera — the full editor

108 tools covering cutting, captions, motion, colour, audio, generation and censoring, plus the session tools for uploads, indexing, rendering and export. It is the only one in this list where the agent can look at the frames it just rendered and react to them, which is what makes requests like "blur the username in the corner" or "end on the wide shot" land rather than approximate. Edits operate on an edit decision list, so nothing is destructive and the final export is cut from your original upload at source quality.

Weakest where breadth costs focus: no dubbing, no translation, no SRT/VTT import or export, and English is the best-tested transcription path.

reap — clipping, captioning, dubbing

Ten tools, deliberately narrow: detect clip-worthy moments, caption in 100+ languages and 50+ styles, dub into 80+ languages, translate subtitles, transcribe, reframe. Hosted, API-key auth, free tier of one hour of processing, paid from $9.99/mo. If your bottleneck is multi-language distribution, reap is the right answer and Valmera is not — Valmera has no dubbing at all. What reap does not attempt is finishing: no grading, no music mixing, no object removal.

OpenClip — clipping with a wider media surface

30+ tools built around turning a link into captioned shorts, with useful extras — format conversion, thumbnails, background removal, branded agents with logos, UGC generation. OAuth 2.1 with dynamic client registration, so setup is a sign-in rather than a key. Sits between reap and Valmera in scope, and closer to reap in intent: the unit of output is a clip, not a finished edit.

Video Jungle — search and assemble, self-run

Open source. Its distinctive idea is semantic search over your own video library using embeddings, then generating an edit from what it finds — including pulling from a local Photos library and exporting to DaVinci Resolve via OpenTimelineIO. Runs on your machine, needs Python and ffmpeg. Best fit if you have a large personal archive and the question is "find the shots" rather than "finish the video".

DaVinci Resolve MCP — a bridge, not an editor

Exposes Resolve's own scripting API to an assistant, so the ceiling is Resolve's ceiling — genuinely professional colour and audio. The cost is that it edits nothing by itself: you need Resolve Studio licensed and running locally, and the agent is driving an application rather than calling a service. Right answer for someone already living in Resolve; wrong answer for someone who wants a file back from a chat.

Capability by capability

ValmerareapOpenClipVideo JungleResolve MCP
Cut silences / filler words against a transcriptYesPartialNoNoVia Resolve
Find and cut clips from a long videoYesYesYesYesManual
Word-timed burned captionsYesYesYesNoVia Resolve
Dubbing / translationNoYes — 80+ languagesNoNoNo
Reframe to 9:16 / 1:1 / 4:5YesYesYesNoVia Resolve
Zooms, transitions, colour gradingYesNoPartialNoVia Resolve
Music library + ducking + masteringYesNoNoNoVia Resolve
Generate images / video / SFX into the editYesNoPartialNoNo
Erase burned-in text or objects (repaint)YesNoNoNoNo
Agent can look at rendered framesYesNoNoNoNo
Runs with nothing installed locallyYesYesYesNoNo

"Via Resolve" means the capability exists in DaVinci Resolve and the MCP bridge can drive it — the server is not doing the work itself, and it only applies if you have Resolve Studio installed.

How to choose

Turning long videos into shorts, one language. reap or OpenClip. Both are built for exactly this and neither asks you to think about anything else.

Publishing in many languages. reap. Dubbing in 80+ languages is not something the others do.

A finished video, not a clip. Valmera. Cutting is the first ten minutes of an edit; the rest is captions timed to the new cut, music that gets out of the way of speech, a grade, a few zooms that land on the right words, and a watermark that has to go. Those are separate tools and they need to be in one registry or you end up moving files between products.

A large personal archive to search. Video Jungle.

Already a Resolve user. The Resolve bridge — nothing else gives an agent that colour and audio ceiling.

Connecting Valmera

In the Claude app: Settings → Connectors → Add custom connector, paste the endpoint, sign in. No token to copy — the client registers itself and runs an OAuth sign-in.

https://entrepreneur-bot-backend.onrender.com/mcp

In Claude Code: claude mcp add --transport http valmera https://entrepreneur-bot-backend.onrender.com/mcp. The full walkthrough, including the errors worth recognising, is on the connect Claude guide, and every tool is listed on the tool reference.

Frequently Asked Questions

A Model Context Protocol server that exposes video editing operations as tools an AI assistant can call. Language models cannot open a video file, decode its audio or render an output — so on their own they can only describe an edit. An MCP server does the decoding, editing and encoding, and lets the model decide what to call. The result is that you describe an edit in a Claude conversation and get back a real file.
Valmera, by a wide margin: 108 tools (97 editing plus 11 session tools for projects, uploads, indexing, rendering and export). OpenClip publishes 30+, reap publishes 10. Tool count is a rough proxy for how much of an edit the agent can own — a 10-tool server can clip and caption, a 108-tool server can also grade, score, reframe, erase objects and check its own render. It is not the only thing that matters: a focused server with excellent dubbing beats a broad one that cannot dub at all.
For the hosted servers — Valmera, reap, OpenClip — no. You add a URL as a connector and sign in. Video Jungle and the DaVinci Resolve bridge run locally and need Python, ffmpeg, and in Resolve's case a licensed Resolve Studio install on the same machine.
All of the hosted ones do this. reap and OpenClip are built specifically around it and are the simplest path if that is the entire job. Valmera does it too and is the better choice when the clip then needs real finishing — grading, sound design, b-roll, erasing a watermark — because those tools are in the same registry rather than in another product.
reap. It covers 80+ languages for dubbing and translates subtitles, and Valmera does neither — Valmera burns captions in the spoken language and has no dubbing at all. If your work is multi-language distribution, that difference decides it.
Any MCP client that speaks Streamable HTTP can connect to the hosted servers, including Cursor, Cline, Continue, Zed, Goose and LibreChat. Clients limited to stdio need a bridge such as mcp-remote. The differences between clients are in OAuth support, not in what the server can do.
For this use case, yes — mostly for a boring reason. With OAuth 2.1 and dynamic client registration the client registers itself and opens a sign-in page, so there is no key sitting in a config file or pasted into a chat window where it can be logged. Valmera and OpenClip use OAuth; reap uses an API key. Valmera also accepts a bearer token for clients that have no OAuth support.
Valmera cannot: every tool edits an edit decision list rather than pixels, the original upload is never modified, and any cut can be restored. The hosted clipping services work from a copy of your upload as well. The self-run options operate on local files and can overwrite them depending on how you invoke them, so keep originals separate.

Give Your Assistant a Real Video Editor

50 free credits, no card required. Connect in two minutes and ask it to cut your first video.

Create a free account →
See pricing →

Related Articles

What Is MCP for Video Editing?
The definition behind this comparison: how the protocol works and what a video server must expose to be useful.
Valmera MCP Server
The endpoint, the transport, the auth and the design notes.
MCP Tool Reference
All 108 tools, what each does and what it refuses.
Connect Claude to Video Editing
Step-by-step setup for the Claude app and Claude Code.
Best Agentic Video Editors
The wider agentic field, beyond servers you can call from a chat.