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
{
"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