Home / MCP
Model Context Protocol · One remote server

ClipSpeed MCP — clip any video from your AI chat

One remote server. Every MCP client. Drop a video URL into Claude, Cursor, Windsurf or Claude Code and get back scored, captioned, ready-to-post 9:16 clips — without leaving the chat.

No copy-pasting between tabs. No dashboards. Just tell your AI to clip it, caption it, and hand you the titles, hooks and best posting times. Then publish the winner straight to YouTube.

Start clipping — $1 for 3 days See the setup

Works today with Claude Desktop · Claude Code · Cursor · Windsurf · OpenClaw · Hermes · Codex.

C Claude CC Claude Code Cu Cursor W Windsurf OC OpenClaw H Hermes Cx Codex Gpt ChatGPT soon
POST https://api.clipspeed.ai/mcp

What is the ClipSpeed MCP server?

ClipSpeed MCP is a hosted remote server that plugs your video-clipping engine directly into any AI assistant that speaks the Model Context Protocol (MCP). Connect once, and your AI gains six real tools: find trending videos, turn any URL into vertical clips, poll for the finished clips, pull titles + hooks + posting times, browse caption styles, and publish to YouTube.

One endpoint powers all of it — POST https://api.clipspeed.ai/mcp — a stateless Streamable HTTP server. That means the same connection string works in Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw, Hermes and Codex. Set it up in one command and clip from wherever you already work.

One prompt runs the whole loop

"Find today's fastest-growing AI video, clip it into 10 vertical shorts with Hormozi captions, give me titles and posting times, and publish the best one to YouTube as unlisted." ClipSpeed runs the whole loop — discover, clip, score, caption, package, publish — and reports back inside your chat.

One server

A single stateless Streamable HTTP endpoint, always on.

Every client

The same URL works across Claude, Cursor, Windsurf, Code & more.

Six tools

Discover, clip, check, pack, templates, publish — the full creator loop.

First: get your ClipSpeed API key

Every setup below needs your personal API key (it looks like csai_live_...). Grab it in seconds.

  1. Sign in to ClipSpeed (start the $1 trial if you're new).
  2. Open the Account menu -> API & Integrations.
  3. Click Generate API Key. We auto-fill the exact install command with your key already in it — copy, paste, done.

MCP tools are gated to paid and $1-trial accounts, so your key only works once you're on a plan or trial. Keep it secret — it acts as you: your credits, your plan, your connected YouTube.

Connect in one command — pick your client

Honest heads-up: Today, ClipSpeed MCP authenticates with a static Bearer API key. That means the setups below are command / config based and they work right now. The paste-a-URL-then-click-Sign-in flow you see in some connector GUIs needs OAuth — our one-click Sign in with ClipSpeed is coming next. We'll never tell you something works before it does.

<API_KEY> is a placeholder. The in-app generator (Account → API & Integrations → Generate API Key) fills it in for you. Every command has a one-click copy button.

Works today
  1. Generate your API key in ClipSpeed (Account -> API & Integrations -> Generate API Key). We auto-fill the command with your key.
  2. Open a terminal and run the one-line installer below. It writes the Claude Desktop MCP config for you.
  3. Fully quit and reopen Claude Desktop. ClipSpeed's six tools now appear.
  4. Prompt it: "Clip https://youtu.be/... into 10 vertical shorts."
npx clipspeed-mcp@1.0.0 install --key <API_KEY>

Easiest path. One command, auto-writes the config, works today with your static csai_live_ key. Restart Claude Desktop after installing so it loads the new server.

Works today
  1. Generate your API key in ClipSpeed.
  2. Run the claude mcp add command below (HTTP transport + Bearer header).
  3. Confirm with claude mcp list — you should see clipspeed listed.
  4. Ask Claude Code to discover a trending video and clip it.
claude mcp add --transport http clipspeed https://api.clipspeed.ai/mcp --header "Authorization: Bearer <API_KEY>"

Native remote-MCP over HTTP with a static Bearer header. Works today — this is the fast path for Claude Code (no GUI needed).

Works today
  1. Generate your API key in ClipSpeed.
  2. Open (or create) ~/.cursor/mcp.json and add the clipspeed block below.
  3. Restart Cursor so it picks up the new MCP server.
  4. In Cursor chat, ask it to submit a video URL to ClipSpeed and poll for clips.
~/.cursor/mcp.json:
{
  "servers": {
    "clipspeed": {
      "url": "https://api.clipspeed.ai/mcp",
      "headers": { "Authorization": "Bearer <API_KEY>" }
    }
  }
}

Config-file setup with a static header. Works today. Keep this file private — the key acts as you.

Works today
  1. Generate your API key in ClipSpeed.
  2. Open (or create) ~/.codeium/windsurf/mcp_config.json and add the clipspeed block below (note: serverUrl, not url).
  3. Restart Windsurf / reload MCP servers.
  4. Prompt Cascade to clip a video and fetch the creator pack.
~/.codeium/windsurf/mcp_config.json:
{
  "servers": {
    "clipspeed": {
      "serverUrl": "https://api.clipspeed.ai/mcp",
      "headers": { "Authorization": "Bearer <API_KEY>" }
    }
  }
}

Windsurf uses serverUrl (not url). Static-header setup works today.

One-click Sign in — coming soon
  1. ChatGPT's custom-connector GUI only accepts OAuth-based servers today — there's no field to paste a static API key.
  2. So the paste-URL-and-Sign-in flow does NOT work with ClipSpeed yet.
  3. Our one-click "Sign in with ClipSpeed" (OAuth) is the next thing we're building.
  4. Want first access? Drop your email in the "coming soon" box below and we'll notify you when it's live.
# Coming soon — OAuth 'Sign in with ClipSpeed'
# (ChatGPT's connector GUI has no static-key field yet)

Not live yet — and we won't claim otherwise. ChatGPT needs OAuth, which we haven't shipped. Use Claude Desktop, Claude Code, Cursor or Windsurf today; ChatGPT lands when OAuth does.

Works today
  1. Generate your API key in ClipSpeed.
  2. Either run the npx installer, or add the remote server manually with the Authorization: Bearer <API_KEY> header in your client's MCP config.
  3. Point it at https://api.clipspeed.ai/mcp (HTTP transport).
  4. Reload the client and prompt it to clip a video.
# Fastest:
npx clipspeed-mcp@1.0.0 install --key <API_KEY>

# Or manual (any CLI/config MCP client):
#   url:     https://api.clipspeed.ai/mcp
#   header:  Authorization: Bearer <API_KEY>

CLI / config with a static Bearer key works today across these clients. The CLI route is the fast path — no browser sign-in needed.

On Claude Code, Codex, OpenClaw or Hermes, the CLI / config route is the fast path — it's shown in each tab above.

The tools ClipSpeed MCP gives your AI

Six real tools, exposed to your assistant the moment you connect. Each card shows the tool name, what it does, its inputs, and a plain-English example. This is the end-to-end creator loop — not a pile of generic gen-models.

🔥
discover_trending

Finds the fastest-growing recent video in a niche (7-day window) so you always clip what's hot. Pass a niche like 'AI tools', or omit it to reuse your last one. Optional: days.

submit_to_clipspeed

Send any video URL and get back ready-to-post vertical clips. Optionally pass a captionStyle (karaoke, hormozi, beasty, fire, youshaei, cinematic) and a count. Returns a projectId to poll. Required: videoUrl.

check_clips

Poll a projectId for progress, then pull the scored, captioned 9:16 clips the moment they're done. Required: projectId.

📦
creator_pack

Per-clip suggested titles, scroll-stopping hooks, and best posting times — platform-aware. Required: projectId. Optional: platform.

🎨
list_templates

Browse the six caption-style presets (karaoke, hormozi, beasty, fire, youshaei, cinematic). Grab the id you want and pass it as captionStyle to submit_to_clipspeed.

📺
publish_to_youtube

Publish a finished clip straight to YouTube (defaults to private). Pass projectId, plus optional clipId, title and privacyStatus (private/unlisted/public). Needs a connected YouTube account.

Chain them in one prompt — discover_trendingsubmit_to_clipspeedcheck_clipscreator_packpublish_to_youtube — and your AI runs the whole pipeline for you.

Prompts to copy — paste these into your AI

Once connected, just talk. Copy any prompt below into Claude, Cursor or Windsurf and watch ClipSpeed run. These prove the value in one line: discovery, batch clipping, caption styles, titles, and one-command publishing.

Find today's fastest-growing AI video and clip it into 10 vertical shorts with Hormozi captions.
Clip https://youtu.be/EXAMPLE into 10 shorts, then give me titles, hooks and best posting times for each.
List your caption styles, then re-clip that video in cinematic style.
Discover the top trending video in the 'fitness' niche this week and turn it into TikTok clips.
Check my clips for that projectId and show me the highest-scoring ones.
Publish the best clip to YouTube as unlisted with a punchy title.
Take this podcast URL, cut the 10 best moments as 9:16 clips with youshaei captions, and build me a posting schedule.
Run the whole loop: find a trending gaming video, clip it into 10 shorts, caption them 'beasty', and give me a creator pack.

Tip: Your AI remembers the projectId — say "check my clips" to poll.

Who clips with ClipSpeed MCP

Three playbooks, not five vague category cards. Each is a real workflow you can run today from your AI chat.

Faceless & niche-page automation

Run the growth loop end to end without lifting a camera. Your AI finds today's hottest video in your niche, cuts 10 captioned verticals, hands you titles + hooks + posting times, and can publish the winner — all from one prompt. Perfect for faceless YouTube Shorts / TikTok pages.

discover_trending('AI tools') → submit_to_clipspeed(captionStyle 'hormozi', count 10) → check_clips → creator_pack → publish_to_youtube

Podcast & long-form repurposing

Turn a 60-minute episode into a week of shorts. ClipSpeed scores the best moments, cuts them 9:16, captions them, and gives you a title + hook + best posting time per clip. Podcasters and long-form YouTubers get a full content calendar out of one upload.

submit_to_clipspeed(episode URL, captionStyle 'youshaei', count 10) → check_clips → creator_pack

Agentic clipping pipelines for developers

Wire clipping into your own agent as callable tools. Because it's a stateless Streamable HTTP MCP with Bearer auth, ClipSpeed drops straight into Claude Code, Cursor, Windsurf or a custom agent. Poll projectIds and build a hands-off 'discover, clip, publish' loop. Your key acts as the user: their credits, their plan, their connected YouTube.

discover_trending → submit_to_clipspeed → check_clips → creator_pack → publish_to_youtube

In your AI vs. tab-switching vs. thin connector pages

ClipSpeed MCPCopy-paste clipping toolsThin 'paste-a-URL' connector pages
Where you workInside Claude, Cursor, Windsurf, Claude CodeA separate web dashboardInside the AI, but one generic flow
SetupOne command / config per client (works today)Sign up, upload, wait, downloadPaste URL + click Sign in (OAuth-only)
Tools exposed6 documented tools (discover, clip, check, pack, templates, publish)UI buttons only, nothing callableUsually just 'generate' with hidden specs
OutputScored, captioned 9:16 verticalsClips you re-download and re-uploadVaries; often not vertical-first
Discoverydiscover_trending finds what's hot in your nicheYou hunt for videos yourselfNone
Creator metadataTitles, hooks, best posting times per clipRarelyNone
Publishingpublish_to_youtube straight from chatManual uploadNone
Auth todayStatic Bearer key (honest, works now); OAuth nextAccount loginOAuth-only (no static-key path)
HonestyEvery 'works today' claim is realOften implies flows that need OAuth

Most MCP connector pages give you one generic flow and a login button. ClipSpeed gives you six documented tools, per-client commands that actually work today, and the full discover → clip → caption → publish loop — inside the AI you already use.

Pricing & access

Start with a $1 trial for 3 days — full MCP access, real clips, no bait-and-switch. After that, MCP tools are included on every paid plan ($29 and $49 tiers). Your API key inherits your plan: your credits, your watermark rules, your connected YouTube.

No credit-card-only wall to read the docs — the whole page is free to browse. You only need the trial or a plan when you actually generate clips.

$1 for 3 days

Full MCP access during the trial. Then MCP is included on both paid tiers — $29 and $49.

One-click Sign in — coming soon

One-click "Sign in with ClipSpeed" — coming soon

Today you connect with a static API key (works great, one command). Next up: OAuth, so you'll be able to paste the ClipSpeed URL into any connector GUI, click "Sign in with ClipSpeed", and you're in — no key handling. That flow is not live yet, and we won't pretend it is.

No need to wait — you're 30 seconds from your first clip right now, using a key.

Connect now with a key ↑ Follow for the launch →

Frequently asked questions

Do I need OAuth or a sign-in flow to use it today?
No. Today ClipSpeed MCP authenticates with a static Bearer API key (your csai_live_ key). Every setup on this page is command- or config-based and works right now. The 'paste a URL and click Sign in' flow you see in some connector GUIs needs OAuth — our one-click 'Sign in with ClipSpeed' is coming next, and we won't claim it works before it does.
Which clients work right now?
Claude Desktop, Claude Code, Cursor, Windsurf, OpenClaw, Hermes and Codex all work today via the static API key. ChatGPT does not work yet — its custom-connector GUI only supports OAuth, which we haven't shipped. Pick any of the working clients above; ChatGPT lands when our OAuth flow goes live.
Where do I find my ClipSpeed API key?
In-app: Account menu -> 'API & Integrations' -> Generate API Key. We auto-fill your install command with the key already in it, so you can copy-paste and go. Keep it secret — it acts as you (your credits, your plan, your connected YouTube).
Is the ClipSpeed MCP server free?
Browsing and setup are free. Actually generating clips requires an active plan or the $1 trial — MCP tools are gated to paid and $1-trial accounts. Start with $1 for 3 days, then MCP access is included on both paid tiers ($29 and $49).
Does it work with Claude Code and the CLI?
Yes. For Claude Code run: claude mcp add --transport http clipspeed https://api.clipspeed.ai/mcp --header "Authorization: Bearer <API_KEY>". OpenClaw, Hermes and Codex work the same way via CLI/config or the npx installer. The CLI route is the fast path — no browser sign-in required.
What's the endpoint and transport?
One remote server: POST https://api.clipspeed.ai/mcp. It's a stateless Streamable HTTP MCP server, so the same URL works across every supported client. Authenticate with an Authorization: Bearer <API_KEY> header.
What formats do the clips come back as?
Scored, captioned 9:16 vertical clips — built for TikTok, YouTube Shorts and Instagram Reels. You choose the caption style (karaoke, hormozi, beasty, fire, youshaei or cinematic) via list_templates + submit_to_clipspeed.
Does ClipSpeed watermark my clips?
Watermarking follows your plan — your API key inherits your account's plan and watermark rules. Paid plans remove the watermark; the trial follows trial rules. The key acts as you, so whatever your account gets in the app is what you get through MCP.
How do I publish to YouTube from my AI?
Use the publish_to_youtube tool with your projectId (and optional clipId, title, privacyStatus). It requires a YouTube account connected to your ClipSpeed account — connect it once in-app, then your AI can publish finished clips as private, unlisted or public.
Can I run the whole workflow in one prompt?
Yes — that's the point. Chain discover_trending -> submit_to_clipspeed -> check_clips -> creator_pack -> publish_to_youtube in a single instruction and your AI runs discover, clip, score, caption, package and publish for you, reporting back in chat.
Home / MCP

Start clipping from your AI chat

Grab your key, run one command, and tell your assistant to clip. Two minutes from now you could be pulling scored, captioned 9:16 clips out of any video — inside Claude, Cursor or Windsurf.

Start the $1 trial → Get my API key