mcpbeat Sign in

OpusClip MCP Server

local only

OpusClip runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 13 Sep 2026.

OpusClip MCP server — clip long-form videos, manage projects, collections, censor jobs, posts

Installs per day peak 12 · avg 4 · +120% w/w
a month agotoday
31
Installs / week
npm · @mindstone/mcp-server-opus-video-clip
12
Stars
1 open issues
13 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check OpusClip every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-opus-video-clip -- npx -y @mindstone/mcp-server-opus-video-clip
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-opus-video-clip": {
      "args": [
        "-y",
        "@mindstone/mcp-server-opus-video-clip"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-opus-video-clip]
command = "npx"
args = ["-y", "@mindstone/mcp-server-opus-video-clip"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-opus-video-clip": {
      "args": [
        "-y",
        "@mindstone/mcp-server-opus-video-clip"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-opus-video-clip": {
      "args": [
        "-y",
        "@mindstone/mcp-server-opus-video-clip"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPUS_API_KEY (OpusClip API key (from https://app.opus.pro/settings/integration-tokens)), OPUS_API_TIMEOUT_MS (Outbound HTTP request timeout in milliseconds for general Opus API calls (max 1800000)), OPUS_UPLOAD_TIMEOUT_MS (Per-chunk HTTP request timeout in milliseconds for the GCS resumable upload step (max 1800000)), OPUS_BRIDGE_TIMEOUT_MS (HTTP request timeout in milliseconds for the optional host-app bridge (max 1800000)), MCP_WORKSPACE_PATH (Workspace directory the connector may read upload sources from and write downloaded clips to (defaults to the system temp directory)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpusClip

same job, measured the same way
Pexels
by codechap

MCP server for Pexels — search photos and videos, and browse collections

local only
Nuxt I18n MCP
by fabkho

MCP server for managing i18n translations in Nuxt projects.

48 installs/wk local only
Pexels
by developer-ishan

MCP server for searching Pexels stock photos, videos, and curated collections.

145 installs/wk local only
Pexels MCP Server
by hanoak

MCP server for the Pexels API: search & fetch stock photos, videos, and collections.

61 installs/wk local only
NomaCMS MCP Server
by nomacms

MCP server for NomaCMS. Manage collections, fields, content, assets, and webhooks via AI agents.

33 installs/wk local only
Neon
by neon

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

answering
Texas Grocery
by mgwalkerjr95

MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more

76 installs/wk local only
Kaneo
by usekaneo

Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients

217 installs/wk local only

OpusClip — questions

Answers built from our own checks of this server.

Why is there no uptime for OpusClip?
OpusClip runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mindstone/mcp-server-opus-video-clip was installed 31 times last week.
How do I connect OpusClip?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mindstone/mcp-server-opus-video-clip straight from npm; nothing to host, nothing to sign up for.
How many people use OpusClip?
The npm package @mindstone/mcp-server-opus-video-clip was installed 31 times in the last week. Week over week that is +120%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpusClip open source?
We cannot say either way: written in TypeScript, 12 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.