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

Installation

npx -y nba_mcp_server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub