Back to Browse

Opusclip MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish.

About

Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish.

Remote endpoints: streamable-http: https://mcp.opus.pro/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 3 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.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

OpusClip MCP

smithery badge PyPI

Turn long videos into AI-curated short clips — from your agent. Submit a video file or URL and OpusClip finds the best moments, adds captions, reframes to vertical, and returns ready-to-post clips. It can also generate thumbnails and social copy, pull transcripts, and schedule posts to your connected social accounts.

OpusClip is a hosted (remote) MCP server — nothing to build or run locally. Authentication is OAuth, handled in the browser on first use. No API keys required.

Quick start

Add OpusClip to your MCP client's config:

{
  "mcpServers": {
    "opusclip": {
      "url": "https://mcp.opus.pro/mcp"
    }
  }
}

For stdio-only clients, use the npm launcher instead:

{
  "mcpServers": {
    "opusclip": {
      "command": "npx",
      "args": ["-y", "@opusclip/mcp"]
    }
  }
}

Or the PyPI launcher, if you prefer Python tooling (uvx):

{
  "mcpServers": {
    "opusclip": {
      "command": "uvx",
      "args": ["opusclip-mcp"]
    }
  }
}

Both launchers proxy stdio to the hosted endpoint via mcp-remote, so the Python launcher also needs Node.js >= 18 on PATH.

On the first tool call, a browser window opens to sign in to your OpusClip account and approve access.

Per-client setup

ClientHow
Claude.ai / Claude DesktopSettings → Connectors → add a custom connector with the URL above
CursorSettings → Tools & MCP → New MCP Server, or the one-click Add to Cursor button in our docs
ClineAdd the config above to cline_mcp_settings.json (see llms-install.md)
Claude Codeclaude mcp add --transport http opusclip https://mcp.opus.pro/mcp

What you can do

  • Curate — submit a video (file or URL) and get AI-picked clips scored for virality
  • Edit — apply an editing script (trim, reframe, layout, captions) to a clip
  • Caption & transcript — pull the transcript, generate styled captions
  • Thumbnails — generate thumbnail options for a clip
  • Social copy — generate titles, descriptions, and hashtags per platform
  • Collections — group clips and export them
  • Schedule & publish — post or schedule clips to connected social accounts
  • Usage — check your remaining credits and plan

See the full tool reference in the OpusClip API docs.

Registry

This server is listed in the official MCP Registry as io.github.opus-pro/opusclip (see server.json).

License

MIT © Opusclip Inc.

Reviews

No reviews yet

Be the first to review this server!

Opusclip MCP Server - Turn long videos into AI-curated short clips: caption, | MCP Marketplace