CapCut MCP server for Claude Code with extended tools, presets and parametrized workflows for automated video editing
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-server-ex": {
"command": "npx",
"args": [
"-y",
"MigueDuque/capcut-mcp-server-extended"
]
}
}
}
Run in terminal:
claude mcp add capcut-mcp-server-ex npx -y MigueDuque/capcut-mcp-server-extended
Add to .cursor/mcp.json:
{
"mcpServers": {
"capcut-mcp-server-ex": {
"command": "npx",
"args": [
"-y",
"MigueDuque/capcut-mcp-server-extended"
]
}
}
}