PluginBench
MCP Server
Active
MIT

io.github.chrischall/ofw-mcp MCP Server

io.github.chrischall/ofw-mcp

What is the io.github.chrischall/ofw-mcp MCP server?

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

How to install io.github.chrischall/ofw-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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
    secret

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ofw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ofw-mcp"
      ],
      "env": {
        "OFW_USERNAME": "<YOUR_OFW_USERNAME>",
        "OFW_PASSWORD": "<YOUR_OFW_PASSWORD>",
        "OFW_WRITE_MODE": "<YOUR_OFW_WRITE_MODE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ofw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ofw-mcp"
      ],
      "env": {
        "OFW_USERNAME": "<YOUR_OFW_USERNAME>",
        "OFW_PASSWORD": "<YOUR_OFW_PASSWORD>",
        "OFW_WRITE_MODE": "<YOUR_OFW_WRITE_MODE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ofw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ofw-mcp"
      ],
      "env": {
        "OFW_USERNAME": "<YOUR_OFW_USERNAME>",
        "OFW_PASSWORD": "<YOUR_OFW_PASSWORD>",
        "OFW_WRITE_MODE": "<YOUR_OFW_WRITE_MODE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ofw-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ofw-mcp"
      ],
      "env": {
        "OFW_USERNAME": "<YOUR_OFW_USERNAME>",
        "OFW_PASSWORD": "<YOUR_OFW_PASSWORD>",
        "OFW_WRITE_MODE": "<YOUR_OFW_WRITE_MODE>"
      }
    }
  }
}
Claude Code
claude mcp add ofw-mcp --env OFW_USERNAME=<YOUR_OFW_USERNAME> --env OFW_PASSWORD=<YOUR_OFW_PASSWORD> --env OFW_WRITE_MODE=<YOUR_OFW_WRITE_MODE> -- npx -y ofw-mcp

Related MCP servers

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

1
TypeScript
MIT
View repository →

Google Drive via gogcli for Claude — search, upload, download, permissions

1
TypeScript
MIT
View repository →