mcp.film

mcp.film / Editing & Post / OpusClip MCP

OpusClip MCP

OfficialRemoteby OpusClipcreditsverified Aug 19, 2026

Turns long footage into ranked short clips, then captions, edits, and schedules them.

What it does

OpusClip's first-party hosted MCP gives an agent the whole repurposing chain: submit a file or URL, get back clips ranked by a virality score, pull the word-timed transcript, then apply a frame-level editing script to fix a trim, a caption, or the retiming. From there it captions, censors profanity, generates thumbnails and per-platform social copy, groups clips into collections, and schedules or posts them to connected accounts. For a film pipeline this is the tail end — the trailer cutdowns, the festival teasers, the vertical social pulls off a finished piece — not the edit itself. Export is the part filmmakers care about: HD, 4K, or an Adobe Premiere XML project you can finish properly.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.opus.pro/mcp
Claude Code
claude mcp add --transport http opusclip https://mcp.opus.pro/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "opusclip": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.opus.pro/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "opusclip": {
      "url": "https://mcp.opus.pro/mcp"
    }
  }
}

Local install: npx -y @opusclip/mcp (a launcher for the same hosted server, not a local one — the npm package is still 0.1.0 from 2 Jul 2026, so prefer the HTTP endpoint)

Auth: oauth — OAuth in the browser on first connect — no API key; sign in at https://www.opus.pro

Tools you'll see

opusclip_submit_projectopusclip_list_clipsopusclip_describe_clipopusclip_get_transcriptopusclip_get_editing_scriptopusclip_apply_editing_scriptopusclip_create_censor_jobopusclip_export_clipopusclip_create_social_copy_jobopusclip_create_thumbnail_jobopusclip_schedule_publishopusclip_get_usage

Field notes

Official, hosted, and still labelled beta by OpusClip's own changelog — which advertised 25 tools while the docs now list 27 workflow tools plus 2 thumbnail-generation ones, so trust live `tools/list` over any published count. The endpoint at https://mcp.opus.pro/mcp is live and returns OAuth protected-resource metadata pointing at a WorkOS AuthKit authorization server. Entitlement is not universal: the docs say Pro Beta and Max organizations get API access automatically and business customers run under their contract, so a free account may connect and find the write tools locked. Quotas are per workspace and real — 15h / 900 credits a month, a 10-credit floor charged per project regardless of length, and 4 concurrent projects, resetting on the 1st UTC. Fourteen of the tools are writes that spend credits and prompt for approval per call. The public repo is a thin 2-star wrapper (MIT, pushed 14 Aug 2026) under an org with a GitHub IP allow list, so you cannot browse its source anonymously; the docs are the real reference. Scored for short-form social, not for narrative: virality ranking and vertical reframe are the product's opinion, and it will impose it.

Pairs well with