Ask in natural language
No menus, no taps, no recall of where the data lives. Type the question the way you'd ask a sibling.
Install the open-source Getwello MCP server in Claude Desktop. Claude can then answer real questions about your Circle, post in the Family Room and read upcoming visits. Without you ever opening the Getwello app.
Coordinator-only. Included in the £4.99 plan. Same day to set up.
No menus, no taps, no recall of where the data lives. Type the question the way you'd ask a sibling.
We do not pay for AI tokens. Your existing Claude Pro or Team subscription does the work, Getwello is free on top.
Audit it, fork it, run it offline. Published as @getwello-app/mcp-server on npm. The same package we use ourselves.
Subscription lapse, role demotion, key revocation: Claude loses access the moment any of these happen. No exceptions.
{
"mcpServers": {
"getwello": {
"command": "npx",
"args": ["-y", "@getwello-app/mcp-server"],
"env": {
"GETWELLO_API_KEY": "gw_live_..."
}
}
}
}The MCP server is a tiny program that lets Claude call our REST API on your behalf. The whole install is pasting a JSON snippet into your Claude Desktop config, dropping in your API key and restarting Claude. Done.
Open Settings → Developer API as a Coordinator. Name the key 'Claude Desktop on my MacBook'. Copy the gw_live_ token (shown once).
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. Windows: %APPDATA%/Claude/claude_desktop_config.json. Create if it doesn't exist.
Paste the snippet, drop your API key into the env var, save.
{
"mcpServers": {
"getwello": {
"command": "npx",
"args": ["-y", "@getwello-app/mcp-server"],
"env": { "GETWELLO_API_KEY": "gw_live_..." }
}
}
}Fully quit (Cmd-Q), reopen, ask 'list my Getwello Circles'. If the list comes back, you're wired up. Try 'how has Mum's week been?' next.
Not directly. MCP servers run locally and require a desktop app that supports the protocol. Claude Desktop, Cursor and VS Code MCP extensions are the main supported clients in 2026. Anthropic has said web support is coming.
Yes. The setup is identical, just edit Cursor's config (typically ~/.cursor/mcp.json) instead of Claude's. The MCP protocol is standardised, so any compliant client can use the server.
Yes, if your local LLM client supports MCP. Open WebUI, LM Studio and a few others have MCP support landing in 2026. The Getwello server itself does not care which AI calls it.
No, deliberately. The check-in is a human emotional act. Claude can read check-ins, post in the Family Room, schedule visits, ask the family to ring, but never tap 'I'm well' on someone's behalf. The same restriction applies to every integration we publish.
Whatever you ask Claude reaches Anthropic's servers as part of the conversation context. If that is a concern, run a local model via Ollama or LM Studio with MCP support instead. Getwello itself never sends your data anywhere except in response to your authenticated API calls.
Some families wire two or three at the same time. The webhook fans out, the API keys stay the same.
See every integration or jump to the Developer API overview.
Mint your first API key in two minutes. Coordinator-only. Included in the £4.99 family plan.