Back to Browse

Opus Video Clip MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: trusted author (42/44 approved). 2 finding(s) downgraded by scanner intelligence.

14 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

OpusClip API key (from https://app.opus.pro/settings/integration-tokens)Required

Environment variable: OPUS_API_KEY

Outbound HTTP request timeout in milliseconds for general Opus API calls (max 1800000)Optional

Environment variable: OPUS_API_TIMEOUT_MS

Per-chunk HTTP request timeout in milliseconds for the GCS resumable upload step (max 1800000)Optional

Environment variable: OPUS_UPLOAD_TIMEOUT_MS

HTTP request timeout in milliseconds for the optional host-app bridge (max 1800000)Optional

Environment variable: OPUS_BRIDGE_TIMEOUT_MS

Workspace directory the connector may read upload sources from and write downloaded clips to (defaults to the system temp directory)Optional

Environment variable: MCP_WORKSPACE_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mindstone-mcp-server-opus-video-clip": {
      "env": {
        "OPUS_API_KEY": "your-opus-api-key-here",
        "MCP_WORKSPACE_PATH": "your-mcp-workspace-path-here",
        "OPUS_API_TIMEOUT_MS": "your-opus-api-timeout-ms-here",
        "OPUS_BRIDGE_TIMEOUT_MS": "your-opus-bridge-timeout-ms-here",
        "OPUS_UPLOAD_TIMEOUT_MS": "your-opus-upload-timeout-ms-here"
      },
      "args": [
        "-y",
        "@mindstone/mcp-server-opus-video-clip"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!