MCP Server
MCP
CutPro
AI clips from long videos: analyze, clip, render and publish via the CutPro API.
Install
npx -y @cutpro/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.cut.pro"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@cutpro/mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your CutPro API key (Pro plan). Generate one at https://cut.pro/studio/me/api-keys.",
"isRequired": true,
"isSecret": true,
"name": "CUTPRO_API_KEY"
},
{
"description": "Only needed for multi-workspace keys.",
"name": "CUTPRO_WORKSPACE_ID"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment