opusclip-mcp
OpusClip MCP — turn long videos into AI-curated short clips, from your agent. Hosted (remote) MCP server.
Documentation
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.
Frequently asked questions
What is opusclip-mcp?
opusclip-mcp is OpusClip MCP — turn long videos into AI-curated short clips, from your agent. Hosted (remote) MCP server.
How do I install opusclip-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is opusclip-mcp open source?
Yes — it is hosted on GitHub at https://github.com/opus-pro/opusclip-mcp and has 3 stars.
Related MCP tools
Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.
Give your AI agents persistent, collective memory — with deduplicating absorb, supersession lineage, semantic search, and a graph UI. Speaks MCP.
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
Decision audit trail + persistent memory for AI trading agents. Outcome-weighted recall, tamper-evident SHA-256 chain with RFC 3161 anchoring, 20 MCP tools.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP