Back to MCP Servers
Balldontlie
MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB
sportsapi
By mikechao
Installation
npx -y balldontlie-mcpConfiguration
{
"mcpServers": {
"balldontlie-mcp": {
"command": "npx",
"args": ["-y", "balldontlie-mcp"]
}
}
}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