MCP/Guide
What MCP is, what it does for you, and when it's actually worth using.
The connecting layer
MCP (Model Context Protocol) is what lets AI assistants use tools. This server exposes 204+ Twitch API endpoints as MCP tools — so instead of clicking buttons, you tell your AI what you want and it calls the right API. Every Stream Tool and overlay feature is accessible this way.
Quick installWhat Is MCP?
MCP is a protocol created by Anthropic that lets AI assistants (Claude, Cursor, Windsurf, etc.) connect to external services. Think of it like giving your AI hands — it can press the same buttons you'd press in the dashboard, but through natural language instead of clicking.
This server is an MCP server for Twitch. It translates between what your AI says ("start a poll") and what Twitch's API expects (POST to /helix/polls with specific parameters).
Setup
Setup lives on the dedicated /mcp page — agent-install prompt, raw CLI command, OAuth walkthrough, and a gallery of try-it prompts. The short version:
- Connect Twitch and pick the scopes this install should have.
- Run
claude mcp add --transport http laughingwhales https://www.laughingwhales.com/api/mcp, then/mcpinside Claude Code.
What Can It Do?
Stream Management
"Update my title to 'Chill Minecraft stream'"
"What game am I currently playing?"
"Start a 90-second commercial"
These are the same controls as the Stream Tools dashboard. The value is convenience — you stay in your AI conversation instead of switching tabs.
Engagement
"Create a poll: what game next? Options: Elden Ring, Minecraft, Viewer’s Choice"
"Start a prediction: will I win this match? 2 minutes"
"What are the poll results?"
This is where MCP genuinely shines. Creating a poll through natural language is faster than navigating Twitch’s modal flow, especially mid-game.
Moderation
"Timeout user123 for 10 minutes, reason: spoilers"
"Enable slow mode, 30 seconds"
"Who’s currently banned?"
Moderation via AI is niche. Most mods use tools like BetterTTV or Twitch’s built-in mod view. But if you’re already in an AI conversation and need a quick action, it works.
Creator Pages
"Add my Twitter and YouTube to my creator page"
"Create a new killer build called 'Nurse Main' with these perks"
"Update my FAQ — add a question about my stream schedule"
Creator pages are a custom feature — Twitch doesn’t have anything like this. You build a public profile page with builds, socials, guides, FAQ, and more. MCP is the fastest way to populate one since there are 30+ content tools.
Clips & Content
"Create a clip right now"
"Transcribe my last clip"
"Show me my top clips from this week"
Clip creation requires the stream to be live. Transcription uses AI to generate a text description — genuinely useful for finding moments without rewatching hours of VODs.
When Is MCP Actually Worth It?
Worth it
- You already use Claude Code, Cursor, or another MCP-compatible AI tool daily
- You want to create polls/predictions without leaving your game
- You want to build out a creator page quickly — MCP can populate builds, socials, guides, and FAQ in seconds
- You manage multiple streams or mod for several channels
Probably not worth it (yet)
- You don’t use any AI tools — the dashboard alone is fine
- You stream casually and Twitch’s native tools do everything you need
- You want real-time chat monitoring — MCP can send messages but can’t read the chat stream
Usage Ideas
- Stream startup routine: Tell your AI “set my title to [X], game to [Y], and create a prediction: will I hit Diamond today?” One message, three actions.
- React to chat moments: Viewer says something funny? “Create a clip” — your AI calls the clip API. No tab switching.
- Content planning: Between streams, ask your AI to “add three builds to my creator page and update my FAQ with my new schedule” so the page is ready before you go live.
- Multi-action macros: “End the poll, announce the results in chat, and start a prediction based on the winning choice.” Chain related actions through one conversation.