← Back to Plugins
MCP Server MCP

OpusClip

github By github 👁 1 views ▲ 0 votes

OpusClip MCP server — clip long-form videos, manage projects, collections, censor jobs, posts

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-opus-video-clip",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpusClip API key (from https://app.opus.pro/settings/integration-tokens)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OPUS_API_KEY"
        },
        {
          "description": "Outbound HTTP request timeout in milliseconds for general Opus API calls (max 1800000)",
          "format": "number",
          "default": "120000",
          "name": "OPUS_API_TIMEOUT_MS"
        },
        {
          "description": "Per-chunk HTTP request timeout in milliseconds for the GCS resumable upload step (max 1800000)",
          "format": "number",
          "default": "600000",
          "name": "OPUS_UPLOAD_TIMEOUT_MS"
        },
        {
          "description": "HTTP request timeout in milliseconds for the optional host-app bridge (max 1800000)",
          "format": "number",
          "default": "30000",
          "name": "OPUS_BRIDGE_TIMEOUT_MS"
        },
        {
          "description": "Workspace directory the connector may read upload sources from and write downloaded clips to (defaults to the system temp directory)",
          "format": "filepath",
          "name": "MCP_WORKSPACE_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...