← Back to browse

ofw-mcp

Indexed by io.github.chrischall

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOFW_USERNAME OFW_PASSWORD OFW_WRITE_MODE OFW_CALENDAR_WRITES OFW_ALLOW_MARK_READ OFW_FETCH_UNREAD_BODIES
Claude Code
claude mcp add --env OFW_USERNAME= --env OFW_PASSWORD= --env OFW_WRITE_MODE= --env OFW_CALENDAR_WRITES= --env OFW_ALLOW_MARK_READ= --env OFW_FETCH_UNREAD_BODIES= ofw-mcp -- npx ofw-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ofw-mcp","command":"npx","args":["ofw-mcp"],"env":{"OFW_USERNAME":"","OFW_PASSWORD":"","OFW_WRITE_MODE":"","OFW_CALENDAR_WRITES":"","OFW_ALLOW_MARK_READ":"","OFW_FETCH_UNREAD_BODIES":""}}'
JSON
{
  "mcpServers": {
    "ofw-mcp": {
      "command": "npx",
      "args": [
        "ofw-mcp"
      ],
      "env": {
        "OFW_USERNAME": "",
        "OFW_PASSWORD": "",
        "OFW_WRITE_MODE": "",
        "OFW_CALENDAR_WRITES": "",
        "OFW_ALLOW_MARK_READ": "",
        "OFW_FETCH_UNREAD_BODIES": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.