twitch-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyzeChatB | Analyze recent Twitch chat messages and provide a summary of topics and activity |
| banUserC | Ban a user from the Twitch chat. If no username is provided, it will return the recent chat log for LLM review. |
| createTwitchClipB | Create a Twitch clip of the current stream |
| createTwitchPollC | Create a Twitch Poll |
| createTwitchPredictionC | Create a Twitch Prediction |
| getRecentChatLogB | Get the last 20 chat messages for moderation context |
| sendMessageToChatC | Send message to the Twitch Chat |
| timeoutUserC | Timeout a user in the Twitch chat. If no username is provided, it will return the recent chat log for LLM review. |
| updateStreamCategoryC | Update the game category of the stream |
| updateStreamTitleC | Update the stream title |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Most tools have distinct purposes targeting different Twitch functionalities like chat moderation, stream management, and interactive features. However, 'banUser' and 'timeoutUser' have overlapping descriptions when no username is provided, both returning recent chat logs, which could cause confusion in selection.
The naming is mixed with some tools using camelCase (e.g., 'analyzeChat', 'banUser') and others using more descriptive phrases (e.g., 'createTwitchClip', 'updateStreamTitle'). While readable, the lack of a uniform pattern reduces predictability and consistency across the toolset.
With 10 tools, the count is well-scoped for a Twitch integration server. Each tool addresses a specific aspect of Twitch functionality, such as chat management, stream updates, and content creation, making the set comprehensive without being overwhelming.
The toolset covers key areas like chat moderation, stream configuration, and interactive features (polls, predictions, clips), providing good lifecycle coverage. Minor gaps include missing tools for viewing stream stats or managing followers, but core workflows are adequately supported.