sports

Mlb Api Mcp

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

python
local
sports
0
View on GitHub

Installation

npx -y guillochon/mlb-api-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/guillochon/mlb-api-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub