mcpbeat Sign in
I

Theoddsapi MCP Server

local only

Theoddsapi MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

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

Installs / week
npm · theoddsapi-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Theoddsapi MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add theoddsapi-mcp -- npx -y theoddsapi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "theoddsapi-mcp": {
      "args": [
        "-y",
        "theoddsapi-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.theoddsapi-mcp]
command = "npx"
args = ["-y", "theoddsapi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "theoddsapi-mcp": {
      "args": [
        "-y",
        "theoddsapi-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "theoddsapi-mcp": {
      "args": [
        "-y",
        "theoddsapi-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Theoddsapi MCP

same job, measured the same way
I
Loops MCP
by mrfentmen

MCP server for Loops: contacts, events. Needs a free API key.

local only
Betsapi
by pipeworx-io

BetsAPI MCP — wraps BetsAPI (betsapi.com) sports events + odds.

answering
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

31 installs/wk local only
Etsy MCP
by mrfentmen

MCP server for Etsy shops and listings. Needs a free Etsy API key.

local only
I
Brevo MCP
by mrfentmen

MCP server for Brevo: account, contacts, email reports. Needs a free API key.

local only
I
Trakt MCP
by mrfentmen

MCP server for Trakt: shows, movies, trending. Needs a free API key.

local only
PuckAPI
by noahowsh

The hockey data API. Stats, odds, and everything between. REST API and MCP server.

answering
Bing Search (Free)
by iridite

Free Bing search MCP server - No API key required

95 installs/wk local only

Theoddsapi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Theoddsapi MCP?
Theoddsapi MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package theoddsapi-mcp.
How do I connect Theoddsapi MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls theoddsapi-mcp straight from npm; nothing to host, nothing to sign up for.