Skip to content
Cursor

sportscore mcp for Cursor

io.github.backspace-me/sportscore-mcp

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

client:Cursor transport:stdio runtime:npm

Install sportscore mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sportscore-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sportscore-mcp"
      ],
      "env": {
        "SPORTSCORE_API_BASE": "<SPORTSCORE_API_BASE>",
        "SPORTSCORE_UA": "<SPORTSCORE_UA>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sportscore mcp in other clients