MCP server
CapCut MCP Server
Video editing automation for CapCut Pro via AI agents
Add it to your client
CommunityInstall
npm install capcut-mcp-server
- Transport
- both
- Runtime
- Node
- Auth
- Not required
- Tools
- 11
- License
- MIT
Tools
capcut_create_draftcapcut_add_videocapcut_add_audiocapcut_add_textcapcut_add_imagecapcut_add_subtitlecapcut_add_keyframecapcut_add_effectcapcut_add_stickercapcut_save_draftcapcut_get_duration
This Model Context Protocol server bridges CapCut Pro with AI agents, enabling programmatic video creation without manual UI interaction. Agents gain fine-grained control over draft management, media composition, visual effects, and subtitle insertion.
Highlights
- Create and manage video drafts programmatically
- Add multiple media types: video clips, audio tracks, images, stickers
- Apply effects, keyframe animations, and transitions
- Insert text overlays and auto-generated subtitles
- Query project duration and export completed videos
- Runs locally with CapCut Pro installed
Installation is via npm; runs on Node.js with support for both stdio (local) and HTTP (network) transport modes. Requires a running CapCut Pro instance and VectCutAPI backend service (port 9001) to function, making it suitable for local developer workflows or network-connected automation setups.

Comments(0)
Sign in to comment