logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp-server-thesportsdb

Access sports data from The Sports DB to retrieve real-time and historical sports information, enhancing conversational agents and workflows with dynamic sports-related content.

Author

mcp-server-thesportsdb logo

nazimboudeffa

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

thesportsdbanalyticssportssports datadata sportssports db

MCP Server for The Sports DB

An MCP Server for The Sports DB

Prerequisites

  • Python 3.12+
  • uv package manager
  • MCP-compatible client (e.g., Claude for Desktop)

Setup

  1. Clone this repository: bash git clone https://github.com/nazimboudeffa/mcp-server-thesportsdb.git cd mcp-server-thesportsdb

  2. Install dependencies bash pip install uv uv add "mcp[cli]"

  3. Install the server bash mcp install server.py

Usage

Then check the Claude for Desktop config file

{
  "mcpServers": {
    "thesportsdb": {
      "command": "C:\\Users\\YOU_USERNAME\\AppData\\Local\\Programs\\Python\\Python313\\Scripts\\uv.EXE",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "C:\\Users\\YOUR_USERNAME\\Documents\\GitHub\\mcp-server-thesportsdb\\server.py"
      ]
    }
  }
}

See Also

`