← Back to Plugins
MCP Server MCP

CutPro

github By github 👁 1 views ▲ 0 votes

AI clips from long videos: analyze, clip, render and publish via the CutPro API.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...