mcpbeat Sign in

Schoolpass MCP Server

local only

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

SchoolPass for Claude — students, arrival/dismissal calendar, pickup changes, and school info

Installs per day peak 212 · avg 7
a month agotoday
257
Installs / week
npm · schoolpass-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 Schoolpass 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 schoolpass-mcp -- npx -y schoolpass-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "schoolpass-mcp": {
      "args": [
        "-y",
        "schoolpass-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.schoolpass-mcp]
command = "npx"
args = ["-y", "schoolpass-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "schoolpass-mcp": {
      "args": [
        "-y",
        "schoolpass-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "schoolpass-mcp": {
      "args": [
        "-y",
        "schoolpass-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCHOOLPASS_EMAIL (Your SchoolPass parent account email address.), SCHOOLPASS_PASSWORD (Your SchoolPass parent account password.), SCHOOLPASS_SCHOOL_CODE (The numeric school id (AppCode) SchoolPass uses to select your school.), SCHOOLPASS_API_HOST (Optional regional API host override (default busapi-east16-ss.school-pass.net).), SCHOOLPASS_SESSION_CACHE (Set to false to disable the on-disk session cache and re-authenticate on every process start. Defaults to enabled.), SCHOOLPASS_SESSION_FILE (Absolute path for the session cache file. Defaults to $MCP_DATA_DIR/.schoolpass-mcp/session.json.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Schoolpass MCP

same job, measured the same way
Pickuppatrol MCP
by chrischall

Read and change your children's school dismissal plans in PickUp Patrol

264 installs/wk local only
Skylight MCP
by chrischall

Skylight Calendar for Claude — family events, chores, and rewards.

425 installs/wk local only
Myhotlunchbox MCP
by chrischall

My Hot Lunchbox school lunch ordering for Claude — calendar, cart, orders, payments

239 installs/wk local only
Ofw MCP
by chrischall

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

800 installs/wk local only
Lock In Study Planner
by hariharrengan

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

answering
Infinitecampus MCP
by chrischall

Infinite Campus (Campus Parent) for Claude — grades, attendance, assignments, messages

661 installs/wk local only
Alphaportal MCP
by chrischall

AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications

279 installs/wk local only
MyAgentMail
by myagentmail

Email inboxes and calendars for AI agents: send, receive, search, draft and schedule.

answering

Schoolpass MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Schoolpass MCP?
Schoolpass 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 schoolpass-mcp was installed 257 times last week.
How do I connect Schoolpass 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 schoolpass-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Schoolpass MCP?
The npm package schoolpass-mcp was installed 257 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 Schoolpass 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.