Skip to content
Zed

twitch mcp for Zed

io.github.mrfentmen/twitch-mcp

MCP server for Twitch: top games, live streams, users. Needs free API credentials.

client:Zed transport:stdio runtime:npm

Install twitch mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "twitch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/twitch-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

twitch mcp in other clients