Balldontlie
Freeby MCP Community
An MCP Server implementation that integrates the Balldontlie API, to provide information about players, teams and games for the NBA, NFL and MLB
v0.6.5Added Apr 12, 2026
mcpmodel-context-protocolballdontlienbanfl
Balldontlie MCP Server
An MCP Server implementation that integrates the Balldontlie API, to provide information about players, teams and games for the NBA, NFL and MLB
Installation
Reviews
Installation
Quick install
npx -y balldontlie-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"balldontlie": {
"command": "npx",
"args": ["-y", "balldontlie-mcp"]
}
}
}