Skip to main content
ClaudeWave

OpusClip MCP — turn long videos into AI-curated short clips, from your agent. Hosted (remote) MCP server.

MCP ServersRegistry oficial1 estrellas0 forksPythonMITActualizado today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · opusclip-mcp
Claude Code CLI
claude mcp add opusclip-mcp -- uvx opusclip-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "opusclip-mcp": {
      "command": "uvx",
      "args": ["opusclip-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/opus-pro/opusclip-mcp and follow its README.
Casos de uso

Resumen de MCP Servers

# OpusClip MCP

<!-- mcp-name: io.github.opus-pro/opusclip -->

[![smithery badge](https://smithery.ai/badge/opusclip/opusclip)](https://smithery.ai/servers/opusclip/opusclip)
[![PyPI](https://img.shields.io/pypi/v/opusclip-mcp)](https://pypi.org/project/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:

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

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

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

Or the PyPI launcher, if you prefer Python tooling ([`uvx`](https://docs.astral.sh/uv/)):

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

Both launchers proxy stdio to the hosted endpoint via
[mcp-remote](https://www.npmjs.com/package/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](https://help.opus.pro/api-reference/agent-setup) |
| **Cline** | Add the config above to `cline_mcp_settings.json` (see [llms-install.md](./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](https://help.opus.pro/api-reference/agent-setup).

## Registry

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

## License

[MIT](./LICENSE) © Opusclip Inc.

Lo que la gente pregunta sobre opusclip-mcp

¿Qué es opus-pro/opusclip-mcp?

+

opus-pro/opusclip-mcp es mcp servers para el ecosistema de Claude AI. OpusClip MCP — turn long videos into AI-curated short clips, from your agent. Hosted (remote) MCP server. Tiene 1 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala opusclip-mcp?

+

Puedes instalar opusclip-mcp clonando el repositorio (https://github.com/opus-pro/opusclip-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar opus-pro/opusclip-mcp?

+

opus-pro/opusclip-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene opus-pro/opusclip-mcp?

+

opus-pro/opusclip-mcp es mantenido por opus-pro. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a opusclip-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega opusclip-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: opus-pro/opusclip-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/opus-pro-opusclip-mcp)](https://claudewave.com/repo/opus-pro-opusclip-mcp)
<a href="https://claudewave.com/repo/opus-pro-opusclip-mcp"><img src="https://claudewave.com/api/badge/opus-pro-opusclip-mcp" alt="Featured on ClaudeWave: opus-pro/opusclip-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a opusclip-mcp