
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
opusclip-mcp
Advanced tools
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.
https://mcp.opus.pro/mcp (Streamable HTTP + OAuth)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.
| Client | How |
|---|---|
| Claude.ai / Claude Desktop | Settings → Connectors → add a custom connector with the URL above |
| Cursor | Settings → Tools & MCP → New MCP Server, or the one-click Add to Cursor button in our docs |
| Cline | Add the config above to cline_mcp_settings.json (see llms-install.md) |
| Claude Code | claude mcp add --transport http opusclip https://mcp.opus.pro/mcp |
See the full tool reference in the OpusClip API docs.
This server is listed in the official MCP Registry as io.github.opus-pro/opusclip
(see server.json).
MIT © Opusclip Inc.
FAQs
Connect your agent to OpusClip — turn long videos into AI-curated short clips.
We found that opusclip-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.