Skip to content
Gemini CLI

maxpreps mcp for Gemini CLI

io.github.chrischall/maxpreps-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install maxpreps mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "maxpreps-mcp": {
      "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

maxpreps mcp in other clients