npm @opusclip/mcpstreamable-httpupdated 1mo ago
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.
O que dá para fazer com OpusClip?
OpusClip MCP
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.
- Endpoint:
https://mcp.opus.pro/mcp(Streamable HTTP + OAuth) - Docs: https://help.opus.pro/api-reference/agent-setup
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
| 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 |
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.
Instalação
Adicione OpusClip ao seu cliente. Escolha o que você usa.
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.opus.pro/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @opusclip/mcpcodex mcp add mcp -- npx -y @opusclip/mcpamp mcp add mcp -- npx -y @opusclip/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@opusclip/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@opusclip/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@opusclip/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@opusclip/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@opusclip/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@opusclip/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@opusclip/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @opusclip/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção22/25
- Confiança6/20
- Capacidade0/15
- Instalação15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.2.0Mais recente | 29 de jul. de 2026 |
| 0.1.2 | 6 de jul. de 2026 |
| 0.1.1 | 2 de jul. de 2026 |
| 0.1.0 | 2 de jul. de 2026 |