the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mindstone/mcp-server-opus-video-clip",
"description": "OpusClip MCP server — clip long-form videos, manage projects, collections, censor jobs, posts",
"title": "OpusClip",
"repository": {
"url": "https://github.com/mindstone/mcp-servers",
"source": "github",
"subfolder": "connectors/opus-video-clip"
},
"version": "0.2.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-opus-video-clip",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpusClip API key (from https://app.opus.pro/settings/integration-tokens)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPUS_API_KEY"
},
{
"description": "Outbound HTTP request timeout in milliseconds for general Opus API calls (max 1800000)",
"format": "number",
"default": "120000",
"name": "OPUS_API_TIMEOUT_MS"
},
{
"description": "Per-chunk HTTP request timeout in milliseconds for the GCS resumable upload step (max 1800000)",
"format": "number",
"default": "600000",
"name": "OPUS_UPLOAD_TIMEOUT_MS"
},
{
"description": "HTTP request timeout in milliseconds for the optional host-app bridge (max 1800000)",
"format": "number",
"default": "30000",
"name": "OPUS_BRIDGE_TIMEOUT_MS"
},
{
"description": "Workspace directory the connector may read upload sources from and write downloaded clips to (defaults to the system temp directory)",
"format": "filepath",
"name": "MCP_WORKSPACE_PATH"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"com.mindstone.rebel": {
"catalogId": "bundled-opus-video-clip",
"provider": "rebel-oss"
}
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-09T23:27:30.486362Z",
"publishedAt": "2026-08-09T23:27:30.486362Z",
"updatedAt": "2026-08-09T23:27:30.486362Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.