Mmcp.market

Clipspeed MCP server

by thestockgoatballs·io.github.thestockgoatballs/clipspeed-mcp·v1.0.2

Turn any video or livestream into scored, captioned, ready-to-post vertical clips.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
Growing

0 stars29 downloads/wk

Reviews

Write one

Nobody has reviewed Clipspeed yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Clipspeed tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan6 source files scanned25/25
  • Live reliabilityremote reachable in 107ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 34 days ago12/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Clipspeed repository's README, as published. We do not edit it. Read it on GitHub

clipspeed-mcp

Turn any video or live stream into scored, captioned, ready-to-post vertical clips — right inside Claude, Cursor, Cline, or Windsurf.

ClipSpeedAI ships two MCP transports, and they expose different tools:

Most people want the hosted server — it needs no install, no API key, and it is the only one that can clip a stream that is still running. Use this npm package when you specifically need finished files written to your local disk.

Requires a ClipSpeedAI paid plan or the $1 trial. For the npm package, get your key at https://www.clipspeed.ai/dashboard/api-key/ — keys look like csailive....

Always pin clipspeed-mcp@1.0.1. Pinning keeps a bad publish from silently upgrading your setup.

Install

Claude Desktop (one command)

npx clipspeed-mcp@1.0.1 install

It prompts for your API key and writes the clipspeed server into your Claude Desktop config for you. You can also pass the key directly:

npx clipspeed-mcp@1.0.1 install --key csai_live_your_key

Then quit and reopen Claude Desktop.

Claude Code

claude mcp add clipspeed -- npx -y clipspeed-mcp@1.0.1
export CLIPSPEED_API_KEY=csai_live_your_key

Cursor / Cline / Windsurf

Add this to your MCP servers config (~/.cursor/mcp.json, Cline's MCP settings, or Windsurf's mcp_config.json):

{
  "mcpServers": {
    "clipspeed": {
      "command": "npx",
      "args": ["-y", "clipspeed-mcp@1.0.1"],
      "env": { "CLIPSPEED_API_KEY": "csai_live_your_key" }
    }
  }
}

Hosted (no install, no API key) — recommended

The hosted server authenticates with OAuth, so there is no key to copy and nothing to install:

claude mcp add --transport http clipspeed https://api.clipspeed.ai/mcp

Your client opens a browser once, you approve, and it is connected. In claude.ai or ChatGPT, add it as a custom connector with the same URL.

Hosted tools (10):

The four livestream tools exist only on the hosted server. If you want to clip a Twitch, Kick or YouTube stream while it is running, use the hosted transport — the npm package cannot do it. Conversely, only the npm package can write .mp4 files to your local disk.

Environment

Node >= 18 (uses global fetch).

Tools (npm package / local stdio)

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http clipspeed-mcp https://api.clipspeed.ai/mcp
Add to Cursor

Clipspeed: common questions

Is Clipspeed MCP server safe?
Yes, by our scan: it is graded A (92/100). Read the Clipspeed safety report
How do I install Clipspeed?
It runs remotely at api.clipspeed.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Clipspeed need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is Clipspeed maintained?
The last commit was 34 days ago (2026-08-19). The latest release is v1.0.2.
Is Clipspeed up?
100% of our last 15 checks got an answer. We check remote servers about four times a day.
What can I use instead of Clipspeed?
Servers from other publishers that do the same job: Katto MCP server, Hs MCP server and CraftStory MCP server. Compare all Clipspeed alternatives.

Alternatives to Clipspeed

Same job from other publishers: the closest match first, then the best rated.

All Clipspeed alternatives →
  • Katto
    AI video clipping MCP: long videos and podcasts into scored, captioned 9:16 shorts.
    B
  • Hs
    Turn a script into a finished video with Huasheng: storyboard, narration, footage, export.
    A
  • CraftStory
    Talking-avatar videos from a photo (CraftStory 2.0) and short clips with sound (MiniMax H3).
    A
  • Qpost
    MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
    A
  • ClipUGC
    Create AI influencer characters, looks, video clips and merged UGC app ads with ClipUGC.
    B

More from thestockgoatballs