mcp-server-thesportsdb
If you are the rightful owner of mcp-server-thesportsdb and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP Server for The Sports DB that facilitates communication between clients and The Sports DB API.
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
-
Clone this repository:
git clone https://github.com/nazimboudeffa/mcp-server-thesportsdb.git cd mcp-server-thesportsdb
-
Install dependencies
pip install uv uv add "mcp[cli]"
-
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"
]
}
}
}