top_games
Pack: twitch · Endpoint: https://gateway.pipeworx.io/twitch/mcp
Get the top games currently being streamed on Twitch, ranked by number of viewers. Returns game id, name, and box art. Example: top_games({ first: 20 })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
first | number | no | Number of games to return (default 20, max 100) |
_apiKey | string | no |
Example call
curl -X POST https://gateway.pipeworx.io/twitch/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"top_games","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"twitch": {
"url": "https://gateway.pipeworx.io/twitch/mcp"
}
}
}
See Getting Started for client-specific install steps.