Skip to content

OpusClip for Grok

io.github.mindstone/mcp-server-opus-video-clip

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

client:Grok transport:stdio runtime:npm

Install OpusClip in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-opus-video-clip": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-opus-video-clip"
      ],
      "env": {
        "OPUS_API_KEY": "<OPUS_API_KEY>",
        "OPUS_API_TIMEOUT_MS": "<OPUS_API_TIMEOUT_MS>",
        "OPUS_UPLOAD_TIMEOUT_MS": "<OPUS_UPLOAD_TIMEOUT_MS>",
        "OPUS_BRIDGE_TIMEOUT_MS": "<OPUS_BRIDGE_TIMEOUT_MS>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

OpusClip in other clients