Skip to content
Claude Desktop

Sports Game Odds for Claude Desktop

io.github.pipeworx-io/sports-game-odds

Sports Game Odds MCP — wraps the Sports Game Odds API (sportsgameodds.com)

client:Claude Desktop transport:streamable-http

Install Sports Game Odds in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sports-game-odds": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/sports-game-odds/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

Sports Game Odds in other clients