Search channels, streams, games, clips, and videos on Twitch — AI-native live streaming platform access.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"twitch": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-twitch",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify twitch credentials by requesting an app access token. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Search channels, streams, games, clips, and videos on Twitch — AI-native live streaming platform access.
Twitch is the leading live streaming platform for gaming, esports, creative content, and community interaction. This MCP server exposes 9 tools covering the Twitch Helix API — letting your AI agents search channels, discover live streams, browse top games, find clips, and check stream schedules, all using OAuth2 client credentials for server-to-server access.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-twitch
| Tool | Description |
|---|---|
search_channels | Search for Twitch channels by name or keyword, with optional live-only filter |
get_channel_info | Get detailed channel info: title, game, language, tags |
get_streams | Get currently live streams with filters for game, language, or user |
search_categories | Search for games/categories by name |
get_top_games | Get the most popular games on Twitch right now |
get_clips | Get clips for a broadcaster, optionally filtered by date range |
get_videos | Get VODs, highlights, and uploads for a channel |
get_stream_schedule | Get a broadcaster's upcoming stream schedule |
| Variable | Required | Description | How to Get |
|---|---|---|---|
TWITCH_CLIENT_ID | Yes | Twitch application client ID | dev.twitch.tv/console/apps → Register or select your app → copy Client ID |
TWITCH_CLIENT_SECRET | Yes | Twitch application client secret | Same app page → New Secret → copy the generated secret. This uses the OAuth2 client credentials flow (no user login required). |
TWITCH_CLIENT_ID and TWITCH_CLIENT_SECRET under Project → SecretsOnce added, every AI agent in your workspace can call Twitch tools automatically — no per-user setup needed.
"Is shroud streaming right now? If so, what game?"
"What are the top 10 most popular games on Twitch right now?"
"Find the best clips from xQc in the last week"
"Search for channels streaming Valorant in English"
"What's pokimane's stream schedule for this week?"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-twitch \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-TWITCH-CLIENT-ID: your-client-id' \
-H 'X-Mcp-Secret-TWITCH-CLIENT-SECRET: your-client-secret' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_top_games","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-twitch
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
The Twitch MCP gives Claude 8 tools covering channels, categories, channel info. Claude can read, create, update, and manage Twitch data directly from a conversation.
Yes. The Twitch MCP has search and list tools for channels. Ask Claude to find channels by any criteria and it runs the Twitch API query for you, returning results directly in the conversation.
Yes. The Twitch MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 8 Twitch tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Twitch MCP with encrypted credential storage and per-account authentication. Your Twitch credentials are never shared with Claude's conversation — they're used server-side only.