Odel
ofw mcp

ofw mcp

Local
@chrischall8TypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmofw-mcpv2.15.1

Run

npx -y ofw-mcp

MCP client config

{
  "mcpServers": {
    "ofw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ofw-mcp"
      ]
    }
  }
}