New

Connect StreamClipping to Claude or ChatGPT

Your assistant can now clip your streams, rank the best moments and schedule your posts. You ask, it does.

Clipping a four hour stream means ten round trips on the site. You paste the URL, you wait. You come back to start processing, you wait again. You sort, you schedule, account by account.

Starting today you can write one sentence to Claude instead. It imports, waits for the right moment, kicks off the render, ranks by score and schedules. You do something else while it works.

What you can ask

  • Clip my last Twitch stream.
  • Show me my 5 best clips this week.
  • Schedule the top 3 on YouTube for tomorrow at 6pm.
  • How many minutes do I have left?
  • Which clip did best this month?
  • My project failed, restart it.

Your assistant sees your projects, your clips with their viral potential score, your connected accounts, your remaining minutes and your publishing stats. Eighteen actions in total.

Set it up in two minutes

1. Create your key

In the app, go to Settings then Integrations. Create a key and copy it right away: it is shown only once.

2. Paste the config

For Claude Code, one line in your terminal.

Claude Code
claude mcp add --transport http streamclipping https://mcp.streamclipping.ai/mcp --header "Authorization: Bearer YOUR_KEY"

For Codex, almost the same. Codex reads the key from an environment variable and never writes it to a file: set the variable, then add the server.

Codex
export STREAMCLIPPING_API_KEY="YOUR_KEY"
codex mcp add streamclipping --url https://mcp.streamclipping.ai/mcp --bearer-token-env-var STREAMCLIPPING_API_KEY

For Cursor and config file clients, a block to drop into your project .mcp.json.

Cursor and MCP clients
{
  "mcpServers": {
    "streamclipping": {
      "type": "http",
      "url": "https://mcp.streamclipping.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

For the Anthropic API you declare the server and pass your key. Same idea on the OpenAI side with the Responses API.

Anthropic API
"mcp_servers": [
  {
    "type": "url",
    "url": "https://mcp.streamclipping.ai/mcp",
    "name": "streamclipping",
    "authorization_token": "YOUR_KEY"
  }
]

3. Ask

That is it. Open a conversation and ask for your account status to check that it answers.

What it does not do

We left three things out on purpose.

Fine editing stays on the site: framing, caption style, effects. An assistant will not pick those better than you.

TikTok stays manual. The platform requires a consent screen on every post, where you pick the privacy setting yourself. We are not going to work around that, the tool sends you back to the app to finish in two clicks.

Billing is closed. Your key can clip and publish. It cannot pay, cancel or delete your account.

What protects your account

  • We never store your key in plain text, only its fingerprint.
  • Revoke it whenever you want, it takes effect immediately.
  • It opens nothing beyond what you can already do yourself: same quotas, same plan limits.
  • A cap of 20 jobs per hour keeps a runaway assistant from burning your minutes.
  • Every post needs an explicit confirmation from you.

Practical tip: one key per machine. Lose your laptop and you only cut that one.

FAQ

Is it limited to a plan?

No, every plan, free included. Your quotas stay the same: 15 minutes of video per month on free, whether you go through the site or your assistant. The server replays the exact same jobs, so it gives you no extra minutes and no fewer.

Does it work with ChatGPT?

Through the OpenAI API, yes, right now: the headers parameter of the Responses API takes your key. Inside the ChatGPT app itself, not yet: its developer mode only offers account sign in, with no field to paste a key. That sign in is coming, and claude.ai is in the same spot. What works by hand today: Claude Code, Codex, Cursor, the Anthropic API and the OpenAI API.

What if my key leaks?

You revoke it in Settings then Integrations and it dies on the spot. It cannot pay, cancel or delete your account anyway: those operations need a real browser session.

Can it publish without asking me?

No. Every post needs an explicit confirmation in the conversation. The server also checks that an equivalent post does not already exist, so an assistant retrying after a network drop will not post the same clip twice.

What is MCP?

Model Context Protocol, the standard way an AI assistant connects to an outside service to act inside it, not just talk about it. You write no code: you paste one line of configuration and your assistant discovers the available actions on its own.

Ready to clip without burning your evenings?

Create your free account. 15 minutes of video per month forever, a 7-day Elite trial (1h of video), and no credit card asked.

Try it free7 days all access · no card