Back to MCP Servers
Mlb Api
MCP server that acts as a proxy to the freely available MLB API, which provides player info, stats, and game information.
sportsapiai
By guillochon
Installation
npx -y mlb-api-mcpConfiguration
{
"mcpServers": {
"mlb-api-mcp": {
"command": "npx",
"args": ["-y", "mlb-api-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes