Skip to content
Grok

maxpreps mcp for Grok

io.github.chrischall/maxpreps-mcp

MaxPreps MCP — high school schedules, scores, records, rosters and stat leaders

client:Grok transport:stdio runtime:npm

Install maxpreps mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "maxpreps-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "maxpreps-mcp"
      ],
      "env": {
        "MAXPREPS_USER_AGENT": "<MAXPREPS_USER_AGENT>",
        "MAXPREPS_CACHE_TTL": "<MAXPREPS_CACHE_TTL>",
        "MAXPREPS_MIN_INTERVAL_MS": "<MAXPREPS_MIN_INTERVAL_MS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

maxpreps mcp in other clients