labeveryday/nba_mcp_server
Access live and historical NBA statistics including player stats, game scores, team data, and advanced analytics via Model Context Protocol
Quick Start
Clone the repository:
git clone https://github.com/labeveryday/nba_mcp_serverClaude Desktop configuration example:
{
"mcpServers": {
"nbamcpserver": {
"command": "npx",
"args": [
"-y",
"labeveryday/nba_mcp_server"
]
}
}
}Check the repository README for specific installation and configuration instructions.