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 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: JianYing 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Rajbagus/rabbitorial-capcut-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server