Skip to content
Grok

odds api mcp server for Grok

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:Grok transport:stdio runtime:npm

Install odds api mcp server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

odds api mcp server in other clients