CapCut MCP
Click on "Deploy 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 MCPcreate a new draft and add a 30-second video clip"
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 — edit CapCut videos with an AI agent
This is a local MCP server that lets an AI assistant (like Claude Code) build and edit CapCut video projects for you — creating drafts, adding video/audio/images/text/subtitles/effects, and saving projects that open straight in the CapCut desktop app.
It runs entirely on your machine and makes no outbound calls to do its work. (See Security.)
The easy way: let the AI install it
Install CapCut desktop and Claude Code, and make sure you have Python 3.10+.
Clone this repo and open it in Claude Code:
git clone <your-repo-url> capcut-mcp cd capcut-mcp claudeTell Claude: "Set this up." It will read
CLAUDE.md/AGENTS.mdand install, configure, and register everything itself.Restart Claude Code. You now have
capcuttools — ask it to edit a video.
Related MCP server: capcut-mcp
The manual way
python install.pyThis creates a virtual environment, installs dependencies, finds your CapCut
drafts folder, writes a local config.json, verifies the server, and registers
it with Claude Code. Full manual steps are in AGENTS.md.
What it can do
Once registered, the assistant can call tools including:
create_draft— start a new CapCut projectadd_video,add_audio,add_image— place media on the timelineadd_text,add_subtitle— captions and titlesadd_effect,add_sticker,add_video_keyframe— effects and animationget_video_duration— inspect medialist_drafts,load_draft,save_draft— open and save projects
Drafts are written into CapCut's projects folder, so they show up in the CapCut app automatically.
Requirements
Python 3.10+
CapCut desktop (Windows or macOS)
An MCP client — Claude Code recommended
Security
This is a hardened redistribution. The upstream project it derives from contacted two remote endpoints; both have been disabled so the tool stays fully local:
a remote draft-retrieval cloud function, and
a remote default
draft_domain.
config.json (which can hold cloud-storage keys if you opt in) and .venv are
git-ignored and never published. Remote draft upload is off by default.
See NOTICE for attribution and the full list of changes.
License
Licensed under the Apache License 2.0 (see LICENSE). This
project is a modified redistribution of
CapCutAPI; see NOTICE.
This server cannot be deployed
Maintenance
Related MCP Connectors
- VidmoatOAuthcom.vidmoat
AI video editor: create projects, edit timelines, add captions and effects, and render videos.
Edit video by talking to your AI — search footage, cut timelines, apply effects, add captions.
AI editor to build, animate & export layered short-form video projects via one tool catalog.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to fully control CapCut video editing projects, including creating projects, importing media, adding text/subtitles, managing audio, and editing timelines.251MIT
- FlicenseNot gradedqualityFmaintenanceAutomates CapCut video editing through an HTTP/MCP API, enabling draft creation, material addition (video, audio, text, images), effects, and AI-powered enhancements via natural language.96-
- FlicenseAqualityCmaintenanceCreates and edits CapCut desktop drafts locally by writing project files, enabling timeline manipulation through MCP tools.7-
- AlicenseBqualityAmaintenanceEnables AI to create and edit local Jianying/CapCut draft projects on macOS from videos, images, audio, and text, supporting editable subtitles, keyframes, motion presets, and batch operations via MCP tools.221MIT