drio
Open app

Twitch MCP Server

Source

A Model Context Protocol (MCP) server which allows MCP Clients (such as Claude) to connect to Twitch Chat.

Catalog onlyCatalog onlySTDIO

Overview

Twitch MCP Server is a Model Context Protocol (MCP) server that enables MCP Clients, such as Claude, to connect to Twitch Chat.

To use the Twitch MCP Server, you need to build it locally using Maven and then run it with the appropriate configuration for your Twitch channel and API key.

  • Integration with Twitch Chat for real-time communication. - Supports multiple MCP Clients. - Built using Quarkus for efficient performance.
  1. Connecting AI chatbots to Twitch Chat for enhanced interaction.
  2. Enabling automated responses in Twitch streams.
  3. Facilitating real-time data exchange between Twitch and other applications.

Add to your AI client

Use these steps to connect Twitch MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "twitch-mcp-tomcools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-twitch-mcp-tomcools"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "twitch-mcp-tomcools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-twitch-mcp-tomcools"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "twitch-mcp-tomcools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-twitch-mcp-tomcools"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "twitch-mcp-tomcools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-twitch-mcp-tomcools"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "twitch-mcp-tomcools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-twitch-mcp-tomcools"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "twitch-mcp-tomcools": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-twitch-mcp-tomcools"
      ]
    }
  }
}

FAQ

Can I use this server with any Twitch channel?

Yes! You can configure it to connect to any Twitch channel by providing the channel name and API key.

Is there a pre-built version available?

No, currently you need to build it locally as it is not pushed to Maven Central.

What technologies are used in this project?

The project is built using Java, Quarkus, and follows the Model Context Protocol.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":950,"uuid":"24cbd15d-2d58-4e34-879d-43bf6e238235","name":"twitch-mcp","title":"Twitch MCP Server","description":"A Model Context Protocol (MCP) server which allows MCP Clients (such as Claude) to connect to Twitch Chat.","avatar_url":"https://avatars.githubusercontent.com/u/11362563?v=4","created_at":"$D2025-01-28T02:19:59.653Z","updated_at":"$D2025-02-23T07:19:16.660Z","status":"created","author_name":"TomCools","author_avatar_url":"https://avatars.githubusercontent.com/u/11362563?v=4","tags":"java,mcp,camel,quarkus","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/TomCools/twitch-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]