Skip to content
VS Code

theoddsapi mcp for VS Code

io.github.mrfentmen/theoddsapi-mcp

MCP server for The Odds API: sports, events, betting odds. Free key.

client:VS Code transport:stdio runtime:npm

Install theoddsapi mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "theoddsapi-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "theoddsapi-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

theoddsapi mcp in other clients