Skip to content
Gemini CLI

Twitch for Gemini CLI

io.github.pipeworx-io/twitch

Twitch MCP — wraps the Twitch Helix API (read-only)

client:Gemini CLI transport:streamable-http

Install Twitch in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "twitch": {
      "httpUrl": "https://gateway.pipeworx.io/twitch/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Twitch in other clients