MCP server exposing the full CutPro v1 API as 34 tools for AI clients — analyze videos, submit clipping jobs, manage clips, render clips, and publish posts to social platforms. Supports stdio (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, Cline, Zed), Streamable HTTP (remote), and OAuth 2.1 (ChatGPT, Claude.ai browser). Requires CutPro Pro plan. npm: @cutpro/mcp | Remote: https://mcp.cut.pro
Server Config
{
"mcpServers": {
"cutpro": {
"command": "npx",
"args": [
"-y",
"@cutpro/mcp"
],
"env": {
"CUTPRO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}