Twitch MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TWITCH_CLIENT_ID | Yes | Twitch API client ID | |
| MCP_PUBLIC_BASE_URL | No | Public base URL for OAuth (optional, for SSE mode behind proxy) | |
| TWITCH_CLIENT_SECRET | Yes | Twitch API client secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_twitch_userB | Obtiene información detallada de un usuario de Twitch por su nombre de usuario (login). Devuelve ID, nombre para mostrar, descripción, vista previa de perfil, fecha de creación, etc. |
| check_user_liveA | Verifica si un usuario de Twitch está transmitiendo en vivo actualmente. Devuelve información del stream si está en vivo, o null si está offline. |
| get_user_videosA | Obtiene los videos de un usuario de Twitch. Puede filtrar por tipo (archive/VODs, highlight, upload) y limitar la cantidad de resultados. |
| get_top_streamsB | Obtiene los streams más populares en Twitch actualmente. Puede filtrar por juego y limitar resultados. |
| get_top_gamesA | Obtiene los juegos más populares en Twitch actualmente, ordenados por número de espectadores. |
| search_channelsA | Busca canales de Twitch por nombre o palabras clave. Útil para descubrir nuevos streamers. |
| get_game_infoA | Obtiene información detallada de un juego en Twitch por su nombre. Devuelve ID, nombre, box art URL. |
| get_channel_followersA | Obtiene estadísticas de seguidores de un canal incluyendo el total y los seguidores más recientes. |
| get_user_clipsA | Recupera los clips más populares de un canal en una ventana de tiempo configurable. |
| get_creator_insightsA | Genera un resumen ejecutivo para un creador: estado en vivo, crecimiento de seguidores, VODs y clips recientes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hizokabenitez/twitch_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server