StreamScanner for Claude Desktop
net.streamscanner/streamscanner
Query your Twitch streams, events, supporters, raids & rankings from an AI assistant via OAuth.
client:Claude Desktop
transport:streamable-http
Install StreamScanner in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"streamscanner": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://streamscanner.net/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs