mcp-server-thesportsdb

mcp-server-thesportsdb

0

The Sports DB MCP Server is a Model Context Protocol server that integrates with sports data to enable application interaction through MCP-compatible clients. It requires Python 3.12 and facilitates setup and usage instructions for users to access The Sports DB services.

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:

    git clone https://github.com/nazimboudeffa/mcp-server-thesportsdb.git
    cd mcp-server-thesportsdb
    
  2. Install dependencies

    pip install uv
    uv add "mcp[cli]"
    
  3. Install the server

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