capcut-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@capcut-mcpwhat CapCut projects do I have?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
capcut-mcp
An MCP server that reads — and builds — CapCut projects on your own machine.
Point Claude at it and ask in plain language: what's in my CapCut projects, is any media missing, make me a 15 second vertical edit of this video cut on the beat. It works on the local draft library CapCut already keeps on disk.
This is extremely experimental and is not guaranteed to work.
CapCut's draft format is undocumented, changes with the app, and differs between platforms and versions. Everything here was worked out by reading drafts CapCut wrote on one Windows install. A project this generates may fail to open, may open with pieces missing, or may look fine and behave oddly.
Open anything it creates in CapCut and check it before you build on it. Nothing here has been tested against CapCut itself — only against the file format. Treat generated projects as drafts to inspect, not as finished work.
It will not touch projects you already have (see Safety), so the realistic worst case is a project that does not open. But back up work you care about anyway.
What it does
Tool | Purpose |
| Every project, newest first — duration, resolution, fps, track count |
| One timeline: each track, each segment, its start, length, speed and material |
| Source files a project needs, their size, and whether they still exist |
| Build a new project from clips laid end to end, each optionally trimmed |
| Tempo and beat times of any file with audio |
| Build a new project whose cuts land on the beat |
Times are in seconds throughout. CapCut stores microseconds internally; the conversion happens in one place so nothing downstream has to think about it.
Related MCP server: capcut-mcp
Install
Requires Node 18+, CapCut installed, and ffmpeg/ffprobe on PATH
(used to measure media and to decode audio for beat detection).
git clone https://github.com/<you>/capcut-mcp
cd capcut-mcp
npm installRegister it with Claude Code:
claude mcp add capcut --scope user -- node /absolute/path/to/capcut-mcp/src/index.js--scope user makes it available in every session. Check it came up:
claude mcp list # capcut: ... - ✔ ConnectedAny MCP client works; the server speaks stdio and nothing else.
Examples
what CapCut projects do I have?
0625 158.8s 1920x1080 2 tracks
0624 (1) 115.3s 1920x1372 1 track
0720 3.4s 1920x1098 1 trackis any of my footage missing?
0720 -> imsobored.mp4 MISSINGA draft stores absolute paths, so moving or deleting a source leaves the edit pointing at nothing and CapCut says so only when you open the project.
make a 16 second vertical edit of that music video, cut on the beat
project lil-tecca-beat
duration 15.836s across 11 cuts
bpm 166.7 (cut every 4 beats = 1.44s)
canvas 1080x1920How beat matching works
Decode to mono PCM with ffmpeg, measure how much energy rises between short windows, and treat peaks in that rise as onsets. Then find the tempo by autocorrelation — which beat spacing do the onsets agree with most — and lay a regular grid at that spacing, slid to whichever phase collects the most onset energy.
The grid matters more than the raw onsets. Onsets are uneven: they fire on a vocal, miss a soft kick, double up on a fill. Cutting straight to them looks jittery. A grid locked to the tempo lands musically.
Cut lengths come from the grid; cut contents are sampled evenly across the source, so a short edit surveys the whole video instead of its opening.
Tempo estimation is octave-ambiguous — a 83 BPM track often reads as 166 BPM.
It rarely matters for editing, since both give cuts on real beats, but it is why
everyNthBeat is the dial to reach for if cuts feel twice as fast as expected.
How creating works
A segment does not merely point at its clip. It also carries
extra_material_refs — seven linked materials (speed, canvas, sound channel
mapping, vocal separation, animation, placeholder, colour) that must each exist
in the pool with matching ids. Synthesising all of that from nothing is how you
get a draft that opens to an error instead of a timeline.
So the server clones one of your existing projects as a structural template and rewrites only what describes the media and the timing. Every undocumented field is carried across verbatim from a draft CapCut itself wrote. Each segment gets its own copies of the seven linked materials, so two clips never share a speed object and move together when one is changed.
This is also why you need at least one real project before creating anything — there has to be something to copy the shape from.
Vertical crops
canvas takes a preset (tiktok, reels, shorts, square, youtube) or
{width, height}. Clips are scaled to cover the frame rather than fit inside
it — left alone, 16:9 footage in a 9:16 canvas sits as a small strip between
black bars. 1920x1080 into 1080x1920 lands at scale ≈3.16, keeping the middle
third of the width.
The crop is centre-locked. If your subject sits off to one side, that shot loses
them; clip.transform in the draft is the lever, and it is not exposed yet.
Safety
Only ever creates new project folders. Nothing modifies an existing project. Tests assert the template project is byte-identical afterwards.
Refuses to overwrite. A name that already exists is an error, not a merge.
Refuses while CapCut is running, because the app holds its open draft in memory and writes it back on exit, which would silently discard new work.
Project names are validated before touching disk — anything containing
/,\or..is rejected, so a bad argument cannot read outside the draft root.Trims that would leave nothing are rejected with the clip's real length.
Where the drafts live
%LOCALAPPDATA%\CapCut\User Data\Projects\com.lveditor.draft\<project>\
draft_content.json the timeline: tracks -> segments -> material ids
draft_meta_info.json display name and imported media paths
draft_cover.jpg thumbnailOverride with CAPCUT_DRAFT_ROOT if CapCut lives somewhere else. Only Windows
paths are wired up by default; macOS keeps drafts under
~/Movies/CapCut/User Data/Projects/com.lveditor.draft, which should work by
setting that variable, though it is untested.
Known limits
Never verified against CapCut itself. The structure is checked thoroughly — every material reference resolves, ids are unique across segments, timings are contiguous, the timeline duration equals the sum of its segments — but "well-formed" and "the app accepts it" are different claims and only the first is tested.
One video track. No audio tracks, text, transitions, effects or keyframes.
No transitions between cuts, so a beat edit is hard cuts only.
Centre crop only.
Reads and writes video materials; other material types are passed through from the template untouched.
Licence
MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceProvides MCP servers for AI-driven video editing. Enables offline editing of CapCut drafts and remote control of Adobe Premiere Pro via UXP plugin, with shared media analysis for beat detection and transcription.Last updatedMIT
- FlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to automate CapCut Pro video editing, including creating drafts, adding media, text, effects, and keyframes, with support for both local and remote connections.Last updated11
- Alicense-qualityBmaintenanceAn MCP server for programmatic video editing using ffmpeg, enabling draft creation and refinement via natural language.Last updated7ISC
- Alicense-qualityCmaintenanceAn MCP server enabling video processing via natural language: transcription with Whisper, segment cutting with FFmpeg, and file management.Last updatedMIT
Related MCP Connectors
MCP server for ByteDance Seedance AI video generation
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for Google Veo AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dlyrr/capcut-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server