Loading MCP server directory, please wait...
OpusClip MCP server — clip long-form videos, manage projects, collections, censor jobs, posts
npx @getmcp/cli add io.github.mindstone/mcp-server-opus-video-clipRequires Node.js 18+. Community-contributed server. Review source before installing.
OPUS_API_KEYOpusClip API key (from https://app.opus.pro/settings/integration-tokens)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-opus-video-clip": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-opus-video-clip"
],
"env": {
"OPUS_API_KEY": "",
"OPUS_API_TIMEOUT_MS": "120000",
"OPUS_UPLOAD_TIMEOUT_MS": "600000",
"OPUS_BRIDGE_TIMEOUT_MS": "30000"
}
}
}
}