1.0.2 • Published 5 months ago
@mcp-addons/twitch-mcp v1.0.2
The Unofficial Twitch MCP
This MCP server allows AI agents to interact with the Twitch streaming platform. Streamers and moderators can increase their productivity by using AI agents to manage their streams through text or voice commands.
Features
- Stream management through AI agents
- Chat interaction capabilities
- Poll management (for Partners/Affiliates)
- Channel information updates
- Real-time stream analytics
- (more feautres are being rolled out!)
Setup Instructions
1. Twitch Application Registration
- Visit the Twitch Developer Console
- Click "Register Your Application"
- Fill in the following details:
- Name: Choose a unique name for your application
- OAuth Redirect URLs:
http://localhost:8787/callback - Category: Select an appropriate category
- After registration, save your:
- Client ID
- Client Secret
2. Configuration
Add the following to your MCP client's configuration file
The configuration files can typically be found in the following locations:
| Application | Configuration Path |
|---|---|
| Cursor | ~/.cursor/mcp.json |
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json |
Using Github:
{
"mcpServers": {
"twitch_mcp": {
"command": "npx",
"args": [
"-y",
"github:luisylizaliturri/twitch-mcp#main",
"--client-id",
"XXX",
"--client-secret",
"YYY"
]
}
}
}Using NPM package:
{
"mcpServers": {
"twitch_mcp": {
"command": "npx",
"args": [
"-y",
"@mcp-addons/twitch-mcp@latest",
"--client-id",
"XXX",
"--client-secret",
"YYY"
]
}
}
}Note: Restart your MCP client application after updating the configuration.
First-Time Usage
- Open your mcp client application of choice.
- A browser window will open automatically
- Authorize access to your Twitch account
- You're ready to use the MCP server!
Available Tools
Authentication
authenticate- Initiate Twitch authenticationauth-status- Check current authentication status
User Information
get-current-user- Get authenticated user detailsget-user- Get information about any Twitch userget-streams- Get information about live streamsget-top-games- Get current top games on Twitch
Channel Management
update-channel- Update channel informationsearch-channels- Search for Twitch channelssend-chat-message- Send messages in chat
Interactive Features
create-poll- Create a new poll*get-poll- Get poll information*end-poll- End an active poll*
* Some of these features require Twitch Partner or Affiliate status
Additional Resources
Support
For issues or questions, please open an issue in the repository.