{
  "slug": "capcut",
  "name": "CapCut MCP",
  "vendor": "Community (fancyboi999)",
  "official": false,
  "category": "editing-post",
  "featured": false,
  "tagline": "Build CapCut/Jianying draft projects programmatically from an AI agent.",
  "description": "Python server exposing CapCut draft creation over HTTP/MCP: add video, audio, images, text, subtitles, effects, and stickers, then save as a draft folder that opens in CapCut for finishing. Lets agents pre-assemble social edits that humans polish in CapCut.",
  "capabilities": [
    "nle-control",
    "draft-generation",
    "captioning",
    "effects"
  ],
  "tools_sample": [
    "create_draft",
    "add_video",
    "add_audio",
    "add_text",
    "add_subtitle",
    "add_effect",
    "save_draft"
  ],
  "install": {
    "claude_code": null,
    "remote_url": null,
    "stdio_command": null
  },
  "auth": {
    "type": "none",
    "env_var": null,
    "key_url": null
  },
  "pricing": "free",
  "links": {
    "repo": "https://github.com/fancyboi999/capcut-mcp",
    "docs": null,
    "site": null
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "notes": "84 stars, active Jun 2026; no official ByteDance MCP exists. Workflow caveat: generated draft folders must be manually copied into CapCut's drafts directory; needs ffmpeg + Python 3.8; docs partly Chinese; no license file."
}