Skip to content
VS Code

twitch mcp for VS Code

io.github.mrfentmen/twitch-mcp

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

client:VS Code transport:stdio runtime:npm

Install twitch mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

twitch mcp in other clients