Back to MCP Servers
Nba
Access live and historical NBA statistics including player stats, game scores, team data, and advanced analytics via Model Context Protocol
sports
By labeveryday
Installation
npx -y nba_mcp_serverConfiguration
{
"mcpServers": {
"nba_mcp_server": {
"command": "npx",
"args": ["-y", "nba_mcp_server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes