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.
Quick Start
Clone the repository:
git clone https://github.com/guillochon/mlb-api-mcpClaude 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.