The ClipMe MCP server: clip streams from any AI agent

ClipMe is agent-callable. Add one hosted endpoint to any MCP-capable agent — Claude, Cursor, ChatGPT desktop and friends — and it can queue Kick, Twitch or YouTube clip requests by name, poll them, and collect the finished clips. During the invite-only beta, clip requests join a real queue and are fulfilled in processing windows — the tools say so up front, and you always get a real request id, never a fake result.

Connect

Hosted endpoint (Streamable HTTP):

https://clipme.com/mcp

Claude Desktop / any MCP client config:

{
  "mcpServers": {
    "clipme": { "url": "https://clipme.com/mcp" }
  }
}

Tools

clip_vod

Clip a Kick, Twitch, or YouTube VOD into ranked, captioned vertical short-form clips (9:16, 1:1 or 16:9) ready for TikTok, Reels and Shorts. ClipMe's engine finds the best moments automatically. ClipMe is in invite-only beta: requests join a real queue and are fulfilled in processing windows — you get a real request id to poll, not instant output.

clip_live

Start clipping a Kick or Twitch channel that is live right now, cutting the best moments while the broadcast is still going. ClipMe is in invite-only beta: requests join a real queue and are fulfilled in processing windows — you get a real request id to poll, not instant output.

get_job_status

Check the status and progress of a ClipMe clip request by its request id.

get_clips

List the finished clips for a completed ClipMe request — each with its download URL, suggested caption and rank order.

render_clip

Re-render a specific moment from a VOD into a chosen aspect ratio with captions — useful to reformat one moment for a different platform. ClipMe is in invite-only beta: requests join a real queue and are fulfilled in processing windows — you get a real request id to poll, not instant output.

highlight_reel

Assemble a single top-moments highlight reel from a stream or VOD. ClipMe is in invite-only beta: requests join a real queue and are fulfilled in processing windows — you get a real request id to poll, not instant output.

get_platforms

List the source platforms ClipMe supports (Kick, Twitch, YouTube) and the available output formats. A cheap discovery call an agent can make first.

REST API

RouteWhat it does
GET /v1/platformsSupported sources + output formats (discovery)
POST /v1/clip/requestsQueue a clip request — returns a real request id
GET /v1/clip/requests/{id}Poll a request's status and finished clips

Want full access?

Beta members get full clipping runs — one long stream in, 50–100 captioned clips out, posted for you.

Related