Odel
sportscore mcp

sportscore mcp

Local
@backspace-me10JavaScriptMITUpdated 4mo ago

Live scores, standings, top scorers, brackets for football, basketball, cricket, tennis. Free API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsportscore-mcpv0.1.1

Run

npx -y sportscore-mcp

MCP client config

{
  "mcpServers": {
    "sportscore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sportscore-mcp"
      ]
    }
  }
}