About
Overview
The Twitch MCP Server enables AI agents to interact with Twitch's live streaming platform. It provides tools for searching streams, getting channel information, reading chat messages, and accessing viewer statistics.
Capabilities
Tools & Capabilities
⚡search_streams
Search for live streams
⚡get_channel
Get channel information
⚡get_stream
Get current stream details
⚡get_chat
Read recent chat messages
Setup
Installation
bash
Install
npx -y mcp-server-twitchExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"twitch": {
"command": "npx",
"args": ["-y", "mcp-server-twitch"],
"env": {
"TWITCH_CLIENT_ID": "your-client-id",
"TWITCH_CLIENT_SECRET": "your-secret"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 40
Last UpdatedFeb 12, 2026