MCP.so
Sign In
Servers

Pybaseball MCP Server

@jweingardt12

MCP server to fetch basic (and complex!) baseball-related stats.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mlb_mcp": {
      "command": "python",
      "args": [
        "mcp_stdio_wrapper.py"
      ]
    }
  }
}

More from Other