ofw mcp for Cline
io.github.chrischall/ofw-mcp
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
client:Cline
transport:stdio
runtime:npm
Install ofw mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ofw-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs