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
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.
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.
claude mcp add schoolpass-mcp -- npx -y schoolpass-mcp
{
"mcpServers": {
"schoolpass-mcp": {
"args": [
"-y",
"schoolpass-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.schoolpass-mcp]
command = "npx"
args = ["-y", "schoolpass-mcp"]
{
"mcpServers": {
"schoolpass-mcp": {
"args": [
"-y",
"schoolpass-mcp"
],
"command": "npx"
}
}
}
{
"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.
Read and change your children's school dismissal plans in PickUp Patrol
Skylight Calendar for Claude — family events, chores, and rewards.
My Hot Lunchbox school lunch ordering for Claude — calendar, cart, orders, payments
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
Study planner for high school students. Manage tasks, deadlines, and schedules.
Infinite Campus (Campus Parent) for Claude — grades, attendance, assignments, messages
AlphaPortal school-bus transportation for Claude — students, stops, live bus location, notifications
Email inboxes and calendars for AI agents: send, receive, search, draft and schedule.
Answers built from our own checks of this server.