capcut-mcp

JmsLdrn/capcut-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server that lets Claude read and edit CapCut desktop drafts — add/move/trim/split clips, text, audio; validate & save safely. Free & open source.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "capcut-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "JmsLdrn/capcut-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that lets Claude **read and edit CapCut desktop draft projects** — add/move/trim/split clips, text, audio, images; set transforms; validate; save. It works by cloning real segment/material templates out of an existing draft (the only reliable way to produce valid CapCut JSON), and it saves atomically with a backup and a validation pass.

Tools (12)

capcut_add_textcapcut_add_trackcapcut_clone_draftcapcut_delete_segmentcapcut_list_draftscapcut_move_segmentcapcut_raw_patchcapcut_read_timelinecapcut_set_propscapcut_split_segmentcapcut_trim_segmentcapcut_validate