Ofw MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 800 installs a week from npm. Last commit 17 Sep 2026.
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
async requestBinary(method: string, path: string): Promise<BinaryResponse> {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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 ofw-mcp -- npx -y ofw-mcp
{
"mcpServers": {
"ofw-mcp": {
"args": [
"-y",
"ofw-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ofw-mcp]
command = "npx"
args = ["-y", "ofw-mcp"]
{
"mcpServers": {
"ofw-mcp": {
"args": [
"-y",
"ofw-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ofw-mcp": {
"args": [
"-y",
"ofw-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OFW_USERNAME (Your OurFamilyWizard login email address. Optional — if omitted, the server falls back to the fetchproxy browser extension (requires being signed in to ourfamilywizard.com).), OFW_PASSWORD (Your OurFamilyWizard password. Optional — see OFW_USERNAME.), OFW_WRITE_MODE (Write-tool gate: "none" registers no write tools; "drafts" registers draft-level writes only (save/delete drafts, upload attachments); "all" registers everything (default). Unrecognized values fail closed to "none".), OFW_CALENDAR_WRITES (Set to "true" to register calendar write tools (create/update/delete event) in "drafts" write mode. Events have no draft stage but are reversible. Never overrides "none".), OFW_ALLOW_MARK_READ (Default "true". Set "false" to forbid any tool from marking a message read on OurFamilyWizard - reading a body for the first time stamps a co-parent-visible "First Viewed" time that cannot be undone. A ceiling: no per-call argument can raise it.), OFW_FETCH_UNREAD_BODIES (Default "false". Whether ofw_sync_messages fetches unread inbox bodies by default (each fetch stamps a First Viewed time). Capped by OFW_ALLOW_MARK_READ.), OFW_SESSION_CACHE (Set to false to disable the on-disk session cache and re-authenticate on every process start. Defaults to enabled.), OFW_SESSION_FILE (Absolute path for the session cache file. Defaults to $MCP_DATA_DIR/.ofw-mcp/session.json.).
The author declared them in the registry entry; get the values from the project itself.
Skylight Calendar for Claude — family events, chores, and rewards.
Infinite Campus (Campus Parent) for Claude — grades, attendance, assignments, messages
MCP server for ParentSquare — feeds, calendars, messages, directories, and admin roster tools
Splitwise expense and group management for Claude — shared expenses, settle up, friends
GoHighLevel CRM for AI agents. 60+ tools for contacts, messaging, calendars, and payments.
SchoolPass for Claude — students, arrival/dismissal calendar, pickup changes, and school info
Solo journaling RPG — Claude runs The Fortuneteller's Hand, reading cards and casting Omens.
My Hot Lunchbox school lunch ordering for Claude — calendar, cart, orders, payments
Answers built from our own checks of this server.