Odds Api for Claude Desktop
io.github.pipeworx-io/odds-api
The Odds API MCP — sportsbook odds across 70+ books, 30+ leagues
client:Claude Desktop
transport:streamable-http
Install Odds Api in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"odds-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/odds-api/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