What is MCP, briefly?
The Model Context Protocol is an open standard for connecting an AI client to an outside system so the model can call it directly. In this case the outside system is a video rendering pipeline, and the model can start a clipping job, check on it, and fetch the results without you leaving the conversation.
Do I need an API key to connect in Claude?
No. Paste https://api.clipspeed.ai/mcp as a custom connector and choose Sign in with ClipSpeed — Google or email sign-in handles authentication and you approve the connection once. Keys are the power-user path for command-line agents and config-file clients that have no OAuth screen.
Which AI clients does it work in?
Claude on the web is the one we have verified end to end with the one-click sign-in. Claude Code, Claude Desktop, Cursor and Windsurf all work today using a bearer key or the npx installer. ChatGPT and Cursor use the same standard OAuth flow and are rolling out; we describe those as rolling out rather than verified because we have not tested them ourselves.
How do I add it to Claude Code?
One command adds the HTTP transport with your key in an Authorization header, and then clipping is available in any session. This is the fastest path for anyone comfortable in a terminal, because there is no connector UI to click through and the config lives with the rest of your setup.
What should I actually type to get clips?
A link and a preference is enough: clip this into vertical shorts with hormozi captions, followed by the URL. If you want the whole chain, ask for it in one go — find the hottest video in my niche this week, clip it, and give me the top three with titles and posting times.
How long before the clips come back?
Rendering runs in the background and typically takes a while rather than a moment, depending on how long the source is and how busy the queue is. The submit call returns immediately with a project id so the chat is never blocked, and you check back when it suits you.
Does the model watch my video?
No. The connector passes a URL to the pipeline and receives structured results — titles, scores, durations, links. The heavy analysis happens server-side in the clipping engine, and the model is orchestrating the work rather than looking at frames itself.
Where do the finished clips end up?
On the hosted connector you get links back that you can open or download from anywhere, and the same clips are in your account in the app. If you want the files written directly to your machine, use the local npm package, which can save into your Downloads folder.
Can it publish for me?
It can send a finished clip to a connected YouTube account, and it defaults to private so nothing goes public by accident. For everything else, the creator pack gives you the titles, hooks and timing you need to post fast, and the scheduler in the app covers the rest of the platforms.
Which caption styles can I ask for?
Six presets are exposed by name: karaoke, hormozi, beasty, fire, youshaei and cinematic. Ask which ones exist and the model will list them rather than guessing, which saves the round trip of a rejected style name.
Can it clip a live stream?
Yes — the connector includes tools to begin clipping a broadcast, check on the running session, extend it and stop it. That is unusual for an MCP server, because it means the tool call starts something that keeps working after the turn ends rather than returning and finishing.
What does it cost to use?
The connector is included with a plan rather than priced separately. A $1 three-day trial gets you access, and after that it is Pro at $29 a month. One click cancels it, and an email lands before the trial rolls over so the first monthly charge is never a surprise.
Is there a free way to try clipping first?
Yes, though not through MCP. The free demo in the app takes a video under thirty minutes and shows you the output quality, with a watermark on the result. Judge the clips there before you decide whether the conversational interface is worth wiring up.
What permissions does connecting actually grant?
It links the connector to your ClipSpeedAI account so it can create and read your own clipping jobs and act on the platform accounts you have already connected in the app. It is not a general grant over your Google account and it does not reach anything you have not linked yourself.
What if the model calls the wrong tool?
Usually it corrects itself when you say so, because the tools are narrow and their descriptions are explicit about what each one does. The costly mistake would be publishing, which is why that path defaults to private and is best kept as something you ask for deliberately.
Does it use a lot of context?
Tool definitions occupy some context in every conversation where the connector is enabled, and results are returned as compact structured data rather than a wall of text. If you are running a long session where clipping is irrelevant, turning the connector off for that conversation is reasonable.
Can I use it from my phone?
Yes, and it is one of the better reasons to use it. Sending a link and a sentence works fine on a phone, the render happens on our side, and you collect finished clips later — none of which is true of an editor that expects a mouse.
Should I pin the package version?
For the local npm server, yes. Pin an exact version rather than floating, so a background update never silently changes tool names or arguments in the middle of a workflow you have already built habits around. The hosted connector is versioned on our side.
How do I disconnect or revoke access?
Remove the connector from your client’s settings, and if you set it up with a static key, revoke that key in your account. Revoking the key immediately invalidates any client still holding it, which is the right move if a config file ever ends up somewhere it should not.
It says connected but no tools appear — what now?
Restart the client first, since several of them only read MCP configuration at launch. If you used a config file, check the key name your client expects, because at least one uses serverUrl where the others use url and a wrong key fails silently rather than loudly.
Can several people share one connector setup?
Each person should connect with their own account. A shared key means a shared credit balance and a shared rate limit with no way to tell whose job spent what, which turns into an awkward conversation the first time a big batch runs.
Does it work on videos I did not make?
The tool accepts any public URL you give it. What you are allowed to publish afterwards depends on the rights involved and the platform you post to, and that call is yours rather than something a connector can decide for you.
Can it generate video that does not exist?
No. There is no video generation in this product at all — no invented footage, no machine-made cutaways, no synthetic narration. Every frame you get back was in the source you pointed it at, which is worth being clear about since a lot of AI video tooling now means the opposite.
How long a video can I send it?
On a paid plan, up to two hours per submission. The free demo in the app tops out at thirty minutes. For anything longer than two hours, split it or use live clipping if it is a broadcast rather than a file.
Can I edit a clip after the agent makes it?
Yes, in the app. Trim points, caption style, title and layout are all editable and you can re-render. The agent produces a strong first pass, not a locked file, and the fastest workflow is usually to fix one clip by hand rather than re-run the whole job.
Is there a skill or preset that teaches the whole flow?
There is a downloadable ClipSpeed skill that walks an agent through the outcome-first sequence — find, clip, check, collect, then publish — with sensible defaults like returning only the top clips and keeping uploads private. It is linked from
the developer docs.
Where does my video go once the agent submits it?
It is used to produce your clips and is not posted anywhere by us. Nothing is published unless a tool call explicitly asks for it, and the
privacy policy covers how the data is handled.
Is this actually quicker than cutting an episode by hand?
For the mechanical part, yes, and by a wide margin: transcribing, choosing moments, cropping to the speaker, burning word-by-word captions and exporting is an afternoon by hand and one sentence here. For a two-hour interview where you already know the three moments you want, hand-editing is competitive, because your selection is better than any score. The gap widens with source length and with how little of the footage you have watched.
Why is this different from an AI that edits video?
The distinction is where the decision lives. An editor with an AI feature still expects you to open a project and drive it. Here the decision, the render and the result all happen inside a conversation you were already having, and the file that comes out is finished.