Skip to main content
SportsPython

guillochon/mlb-api-mcp

MCP server that acts as a proxy to the freely available MLB API, which provides player info, stats, and game information.

sportslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/guillochon/mlb-api-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "mlb-api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "guillochon/mlb-api-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Sports
Language
Python
Author
guillochon