Skip to content
Cursor

ofw mcp for Cursor

io.github.chrischall/ofw-mcp

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

client:Cursor transport:stdio runtime:npm

Install ofw mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ofw-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ofw-mcp"
      ],
      "env": {
        "OFW_USERNAME": "<OFW_USERNAME>",
        "OFW_PASSWORD": "<OFW_PASSWORD>",
        "OFW_WRITE_MODE": "<OFW_WRITE_MODE>",
        "OFW_CALENDAR_WRITES": "<OFW_CALENDAR_WRITES>",
        "OFW_ALLOW_MARK_READ": "<OFW_ALLOW_MARK_READ>",
        "OFW_FETCH_UNREAD_BODIES": "<OFW_FETCH_UNREAD_BODIES>",
        "OFW_SESSION_CACHE": "<OFW_SESSION_CACHE>",
        "OFW_SESSION_FILE": "<OFW_SESSION_FILE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ofw mcp in other clients