OpusClip MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpusClip MCPMake short clips from this YouTube video: https://youtu.be/dQw4w9WgXcQ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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)
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 |
Claude Code |
|
Related MCP server: ssemble-mcp-server
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Turn any video or livestream into scored, captioned, ready-to-post vertical clips.
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Clip videos into captioned shorts, add captions, and schedule posts from AI agents.
AI clips from long videos: analyze, clip, render and publish via the CutPro API.
Related MCP Servers
- AlicenseAqualityFmaintenanceTurn YouTube videos into short clips — from Claude, Cursor, or any AI assistant that supports MCP. You give it a YouTube link. It finds the best moments, reframes them for vertical video, adds subtitles, and gives you download links. All from a chat.6702MIT
- AlicenseAqualityFmaintenanceCreate AI-powered short-form video clips from YouTube videos using any AI assistant. 9 tools for creating shorts, browsing caption templates, music, gameplay overlays, and meme hooks.91436MIT
- FlicenseNot gradedqualityDmaintenanceTurns long-form videos into short-form clips (TikTok/Reels) by reasoning over word-timestamped transcripts, with silence-aware rendering, STT-based validation, and optional reframing/captions.-
- AlicenseAqualityBmaintenanceAI-powered video clipping server that analyzes subtitles and audio to detect highlight moments, then generates platform-adapted short clips from long videos.5Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/opus-pro/opusclip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server