Twitch Chat and Stream Management Server

Created By
Eclipse-XV10 months ago
Enable AI agents to interact with Twitch streams by sending chat messages, managing polls and predictions, creating clips, analyzing chat activity, and moderating users. Automate stream title and category updates while leveraging intelligent user resolution and timeout duration suggestions for effective moderation. Simplify Twitch stream management and enhance viewer engagement through standardized AI tools.
Overview

what is Twitch MCP?

Twitch MCP is an AI-powered tool designed for Twitch streamers, allowing them to connect coding and chat assistants to their Twitch chat for enhanced moderation, stream management, and audience engagement.

how to use Twitch MCP?

To use Twitch MCP, create a configuration file with your Twitch credentials and set it up according to the provided instructions. You can integrate it with Qwen Code for seamless operation.

key features of Twitch MCP?

  • Chat functionalities: send and read messages, access recent chat logs, and perform chat analysis.
  • Moderation tools: timeout or ban users based on usernames or descriptors.
  • Stream management: update stream title and category, create clips.
  • Interactive features: conduct polls and predictions.

use cases of Twitch MCP?

  1. Streamers can manage their chat effectively while focusing on their content.
  2. Automate moderation tasks to maintain a positive community environment.
  3. Engage viewers with interactive polls and predictions during live streams.

FAQ from Twitch MCP?

  • What are the prerequisites for using Twitch MCP?

You need Node.js 14+ and Java 11+ installed on your system.

  • Can I use Twitch MCP without coding experience?

Yes! The setup is straightforward, and you can use it with Qwen Code without needing to clone or build the source code.

  • Is there support for troubleshooting?

Yes, the documentation includes troubleshooting tips for common issues.

Server Config

{
  "mcpServers": {
    "twitch-mcp-smithery": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@smithery/cli@latest",
        "run",
        "@Eclipse-XV/twitch-mcp-smithery",
        "--key",
        "YOURKEYHERE",
        "--profile",
        "YOURPROFILEHERE"
      ]
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
Eclipse-XV
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago