Skip to content
Cursor

odds api mcp server for Cursor

io.github.odds-api-io/odds-api-mcp-server

Live sports betting odds from 365+ bookmakers across 34 sports, with value bets and arbitrage.

client:Cursor transport:stdio runtime:npm

Install odds api mcp server 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": {
    "odds-api-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "odds-api-mcp-server"
      ],
      "env": {
        "ODDS_API_KEY": "<ODDS_API_KEY>"
      }
    }
  }
}

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

odds api mcp server in other clients