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.
Works today with Claude Desktop · Claude Code · Cursor · Windsurf · OpenClaw · Hermes · Codex.
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.
"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.
A single stateless Streamable HTTP endpoint, always on.
The same URL works across Claude, Cursor, Windsurf, Code & more.
Discover, clip, check, pack, templates, publish — the full creator loop.
Every setup below needs your personal API key (it looks like csai_live_...). Grab it in seconds.
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.
<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.
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.
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).
~/.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.
~/.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.
# 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.
# 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.
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.
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.
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.
Poll a projectId for progress, then pull the scored, captioned 9:16 clips the moment they're done. Required: projectId.
Per-clip suggested titles, scroll-stopping hooks, and best posting times — platform-aware. Required: projectId. Optional: platform.
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 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.
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.
Tip: Your AI remembers the projectId — say "check my clips" to poll.
Three playbooks, not five vague category cards. Each is a real workflow you can run today from your AI chat.
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.
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.
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.
| ClipSpeed MCP | Copy-paste clipping tools | Thin 'paste-a-URL' connector pages | |
|---|---|---|---|
| Where you work | Inside Claude, Cursor, Windsurf, Claude Code | A separate web dashboard | Inside the AI, but one generic flow |
| Setup | One command / config per client (works today) | Sign up, upload, wait, download | Paste URL + click Sign in (OAuth-only) |
| Tools exposed | 6 documented tools (discover, clip, check, pack, templates, publish) | UI buttons only, nothing callable | Usually just 'generate' with hidden specs |
| Output | Scored, captioned 9:16 verticals | Clips you re-download and re-upload | Varies; often not vertical-first |
| Discovery | discover_trending finds what's hot in your niche | You hunt for videos yourself | None |
| Creator metadata | Titles, hooks, best posting times per clip | Rarely | None |
| Publishing | publish_to_youtube straight from chat | Manual upload | None |
| Auth today | Static Bearer key (honest, works now); OAuth next | Account login | OAuth-only (no static-key path) |
| Honesty | Every 'works today' claim is real | — | Often 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.
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.
Full MCP access during the trial. Then MCP is included on both paid tiers — $29 and $49.
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.
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.