MLB Stats Server
etweisberg/mlb-mcpProvide structured access to Major League Baseball statistics through an MCP server. Query and retrieve detailed baseball data including statcast, fangraphs, and baseball reference stats. Generate visualizations and integrate seamlessly with MCP-compatible clients for enhanced baseball analytics.
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mlb_stats_server": {
"url": "https://smithery.ai/servers/etweisberg/mlb-mcp",
"transport": "http"
}
}
}