OurFamilyWizard MCP
Rank #1,944io.github.chrischall/ofw-mcp
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
OurFamilyWizard MCP is a Model Context Protocol (MCP) server published by chrischall. It ranks #1,944 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. OurFamilyWizard MCP is listed across 2 registries — Official MCP and Glama, with 24 tracked versions. It was first listed on May 4, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 113,516 of 115,460 servers on MCP Toplist.
Use OurFamilyWizard MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ofw-mcp -e "OFW_USERNAME=<your OFW_USERNAME>" -e "OFW_PASSWORD=<your OFW_PASSWORD>" -e "OFW_WRITE_MODE=<your OFW_WRITE_MODE>" -e "OFW_CALENDAR_WRITES=<your OFW_CALENDAR_WRITES>" -e "OFW_ALLOW_MARK_READ=<your OFW_ALLOW_MARK_READ>" -e "OFW_FETCH_UNREAD_BODIES=<your OFW_FETCH_UNREAD_BODIES>" -e "OFW_SESSION_CACHE=<your OFW_SESSION_CACHE>" -e "OFW_SESSION_FILE=<your OFW_SESSION_FILE>" -- npx -y ofw-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ofw-mcp]
command = "npx"
args = ["-y", "ofw-mcp"]
[mcp_servers.ofw-mcp.env]
OFW_USERNAME = "<your OFW_USERNAME>"
OFW_PASSWORD = "<your OFW_PASSWORD>"
OFW_WRITE_MODE = "<your OFW_WRITE_MODE>"
OFW_CALENDAR_WRITES = "<your OFW_CALENDAR_WRITES>"
OFW_ALLOW_MARK_READ = "<your OFW_ALLOW_MARK_READ>"
OFW_FETCH_UNREAD_BODIES = "<your OFW_FETCH_UNREAD_BODIES>"
OFW_SESSION_CACHE = "<your OFW_SESSION_CACHE>"
OFW_SESSION_FILE = "<your OFW_SESSION_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>",
"OFW_CALENDAR_WRITES": "<your OFW_CALENDAR_WRITES>",
"OFW_ALLOW_MARK_READ": "<your OFW_ALLOW_MARK_READ>",
"OFW_FETCH_UNREAD_BODIES": "<your OFW_FETCH_UNREAD_BODIES>",
"OFW_SESSION_CACHE": "<your OFW_SESSION_CACHE>",
"OFW_SESSION_FILE": "<your OFW_SESSION_FILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>",
"OFW_CALENDAR_WRITES": "<your OFW_CALENDAR_WRITES>",
"OFW_ALLOW_MARK_READ": "<your OFW_ALLOW_MARK_READ>",
"OFW_FETCH_UNREAD_BODIES": "<your OFW_FETCH_UNREAD_BODIES>",
"OFW_SESSION_CACHE": "<your OFW_SESSION_CACHE>",
"OFW_SESSION_FILE": "<your OFW_SESSION_FILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>",
"OFW_CALENDAR_WRITES": "<your OFW_CALENDAR_WRITES>",
"OFW_ALLOW_MARK_READ": "<your OFW_ALLOW_MARK_READ>",
"OFW_FETCH_UNREAD_BODIES": "<your OFW_FETCH_UNREAD_BODIES>",
"OFW_SESSION_CACHE": "<your OFW_SESSION_CACHE>",
"OFW_SESSION_FILE": "<your OFW_SESSION_FILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>",
"OFW_CALENDAR_WRITES": "<your OFW_CALENDAR_WRITES>",
"OFW_ALLOW_MARK_READ": "<your OFW_ALLOW_MARK_READ>",
"OFW_FETCH_UNREAD_BODIES": "<your OFW_FETCH_UNREAD_BODIES>",
"OFW_SESSION_CACHE": "<your OFW_SESSION_CACHE>",
"OFW_SESSION_FILE": "<your OFW_SESSION_FILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>",
"OFW_CALENDAR_WRITES": "<your OFW_CALENDAR_WRITES>",
"OFW_ALLOW_MARK_READ": "<your OFW_ALLOW_MARK_READ>",
"OFW_FETCH_UNREAD_BODIES": "<your OFW_FETCH_UNREAD_BODIES>",
"OFW_SESSION_CACHE": "<your OFW_SESSION_CACHE>",
"OFW_SESSION_FILE": "<your OFW_SESSION_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Fofw-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fofw-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fofw-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
chrischall
Other servers by chrischall
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
- signupgenius-mcp#5,384 · 9 vers
Available versions (24)
| Version | Published |
|---|---|
| 2.13.0 | Aug 29, 2026 |
| 2.12.0 | Aug 28, 2026 |
| 2.11.0 | Aug 23, 2026 |
| 2.10.2 | Aug 9, 2026 |
| 2.10.1 | Aug 6, 2026 |
| 2.10.0 | Jul 31, 2026 |
| 2.9.2 | Jul 30, 2026 |
| 2.9.1 | Jul 29, 2026 |
| 2.9.0 | Jul 28, 2026 |
| 2.8.0 | Jul 27, 2026 |
| 2.7.1 | Jul 27, 2026 |
| 2.6.5 | Jul 19, 2026 |
| 2.6.4 | Jul 18, 2026 |
| 2.6.3 | Jul 17, 2026 |
| 2.3.1 | Jun 2, 2026 |
| 2.0.19 | May 26, 2026 |
| 2.0.13 | May 16, 2026 |
| 2.0.12 | May 15, 2026 |
| 2.0.11 | May 14, 2026 |
| 2.0.10 | May 14, 2026 |
| 2.0.8 | May 11, 2026 |
| 2.0.6 | May 6, 2026 |
| 2.0.5 | May 5, 2026 |
| 2.0.4 | May 4, 2026 |
Frequently asked questions
- Who maintains OurFamilyWizard MCP?
- OurFamilyWizard MCP is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is OurFamilyWizard MCP listed on the Official MCP Registry?
- Yes — OurFamilyWizard MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does OurFamilyWizard MCP have?
- MCP Toplist tracks 24 versions of OurFamilyWizard MCP, most recently published on Aug 29, 2026.
- Where can I find the source code for OurFamilyWizard MCP?
- The source code for OurFamilyWizard MCP is hosted at github.com/chrischall/ofw-mcp.