mcpbeat Sign in

Maxpreps MCP Server

local only

Maxpreps MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 258 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 399 · avg 14
a month agotoday
258
Installs / week
npm · maxpreps-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Maxpreps MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add maxpreps-mcp -- npx -y maxpreps-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "maxpreps-mcp": {
      "args": [
        "-y",
        "maxpreps-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.maxpreps-mcp]
command = "npx"
args = ["-y", "maxpreps-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "maxpreps-mcp": {
      "args": [
        "-y",
        "maxpreps-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "maxpreps-mcp": {
      "args": [
        "-y",
        "maxpreps-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAXPREPS_USER_AGENT (Optional override for the User-Agent sent to MaxPreps.), MAXPREPS_CACHE_TTL (Seconds to cache a page response. Default 300; 0 disables caching.), MAXPREPS_MIN_INTERVAL_MS (Minimum spacing between requests, in ms. Default 250.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Maxpreps MCP

same job, measured the same way
Lock In Study Planner
by hariharrengan

Study planner for high school students. Manage tasks, deadlines, and schedules.

answering
Property Records
by pipeworx-io

Property Records MCP — address-level US property records (sales history,

33 tools answering
Myersparkathleticzone MCP
by chrischall

Myers Park HS athletics — schedules, teams, rosters, coaches, news and broadcast links

230 installs/wk local only
Wsdot MCP Server
by cyanheads

WA highway conditions, ferry schedules, vessel locations, toll rates, and border waits via MCP.

107 installs/wk 12 tools answering
Highlightly
by pipeworx-io

Highlightly MCP — cheap multi-sport scores, video highlights, and match

39 tools answering
Data
by commonelements

Query 390,000+ HOA and condo association records, statutes, rosters, and flood risk data.

answering
Slack
by mindstone

Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages

122 installs/wk local only
Rachio MCP
by rwestergren

MCP server for Rachio sprinkler controllers — schedules, zones, and live watering control

109 installs/wk local only

Maxpreps MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Maxpreps MCP?
Maxpreps MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package maxpreps-mcp was installed 258 times last week.
How do I connect Maxpreps MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls maxpreps-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Maxpreps MCP?
The npm package maxpreps-mcp was installed 258 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Maxpreps MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.