Skip to content
Grok

ofw mcp for Grok

io.github.chrischall/ofw-mcp

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

client:Grok transport:stdio runtime:npm

Install ofw mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ofw mcp in other clients