capcut-mcp
Related Servers
Alternatives to capcut-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceEnables AI coding agents to programmatically assemble vertical videos and manage local CapCut Desktop drafts, including AI background removal, audio mastering to -14 LUFS or Demucs vocal isolation, music auto-ducking, punch zooms, karaoke captions, PiP proof overlays, hook badges, safe-zone linting, proxy previews, and EN→ES cloning/dubbing. It outputs real CapCut draft JSON ready for review and export.17MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants like Claude Code to build and edit CapCut video projects locally by creating drafts, adding media and effects, and saving projects that open in CapCut desktop.1Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables LLM agents to read and edit local CapCut desktop projects directly, with an ffmpeg-based preview loop to verify edits before committing.MIT
- AlicenseAqualityCmaintenanceAn MCP server that reads and builds CapCut projects locally, enabling natural language queries about project contents, missing media, and creation of new edits including beat-synced cuts.6MIT
- 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
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: listing projects, reading a timeline, listing referenced media, creating a basic project, detecting beats, and creating a beat-synced project. The two create tools are differentiated by their specific behaviors and the beat edit tool explicitly builds on beat detection. No two tools could be reasonably confused for the same operation.
All tools use a consistent capcut_ prefix and snake_case, and five of six follow a verb_noun pattern (list_projects, read_project, create_project, detect_beats, create_beat_edit). The outlier is capcut_project_media, which is noun-first rather than verb-first, a minor deviation that doesn't harm readability.
Six tools is well-scoped for a local CapCut project manipulation server, covering inspection, media validation, creation, and beat-based creation without redundancy. Each tool earns its place and there are no unnecessary additions.
The surface covers listing, reading, media checking, and creating new projects, but lacks update, delete, rename, or any modification of existing projects. This is a notable gap for a project management domain, though the creation tools explicitly avoid modifying existing projects by design.