maxpreps-mcp

chrischall/maxpreps-mcp
★ 0 stars TypeScript DevOps Updated today
MCP server for MaxPreps — high school team schedules, scores, records, rosters, stat leaders and athlete careers. Reads the site's public server-rendered data; no account or API key.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "maxpreps-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "chrischall/maxpreps-mcp"
      ]
    }
  }
}