Skip to main content
SportsTypeScript

mikechao/balldontlie-mcp

MCP server that integrates balldontlie api to provide information about players, teams and games for the NBA, NFL and MLB

sports
Share:

Quick Start

Clone the repository:

git clone https://github.com/mikechao/balldontlie-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "balldontlie-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mikechao/balldontlie-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Sports
Language
TypeScript
Author
mikechao