mikechao/balldontlie-mcp
MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB
Quick Start
Clone the repository:
git clone https://github.com/mikechao/balldontlie-mcpClaude Desktop configuration example:
{
"mcpServers": {
"balldontlie-mcp": {
"command": "npx",
"args": [
"-y",
"mikechao/balldontlie-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.