capcut-mcp
Related Servers
Alternatives to capcut-mcp
No user-submitted related servers found.
Related Servers
- 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.222MIT
- AlicenseBqualityCmaintenanceAn MCP server for inspecting and editing CapCut Desktop draft projects through local, version-safe timeline operations.53MIT
- 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.1MIT
- AlicenseAqualityBmaintenanceEnables AI-assisted, read-only inspection of local CapCut desktop projects by discovering the draft store, listing projects, and examining timeline structure, tracks, segments, canvas, FPS, and timing. It also checks CapCut compatibility before any editing.5AGPL 3.0
TDQS
Scored across 28 tools
Every tool maps to a distinct resource/action (drafts, masks, filters, transitions, segments, keyframes, session state), and overlapping operations are differentiated by clear object nouns (e.g., add_video vs add_track; set_props vs add_keyframe). The only wildcard is raw_patch, but it is explicitly framed as an escape hatch rather than a competing workflow.
Tools consistently use capcut_<verb>_<noun> in snake_case (list_drafts, add_video, trim_segment, save), making the API predictable. Minor deviations like capcut_read_timeline instead of list/get and the adjective-noun raw_patch prevent a perfect score.
At 28 tools, the server exceeds the comfortable range and will feel heavy for an agent to discover and select from, even though most tools are distinct. A more consolidated surface would be more appropriate for the apparent scope.
The toolkit covers the core editing lifecycle: draft discovery/cloning, timeline inspection, adding/removing/transforming segments, effects, keyframes, and session persistence/validation. Gaps like no explicit track deletion, no direct effect removal (only replacement), and no sticker catalog create minor workarounds but not dead ends.