Skip to main content
SportsPython

labeveryday/nba_mcp_server

Access live and historical NBA statistics including player stats, game scores, team data, and advanced analytics via Model Context Protocol

sportslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/labeveryday/nba_mcp_server

Claude Desktop configuration example:

{
  "mcpServers": {
    "nbamcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "labeveryday/nba_mcp_server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Sports
Language
Python
Author
labeveryday