Live streaming platform
Connect to Twitch for stream management, chat, and channel data.
{
"mcpServers": {
"twitch": {
"mcpServers": {
"twitch": {
"env": {
"TWITCH_CLIENT_ID": "your-client-id",
"TWITCH_CLIENT_SECRET": "your-client-secret"
},
"args": [
"-y",
"twitch-mcp-server"
],
"command": "npx"
}
}
}
}
}