Manage your household just by talking. No apps to switch between, no forms to fill out — just say what you need in plain English, and Claude takes care of the rest.
Dwellsmith connects to Claude (by Anthropic) so you can manage your household through conversation. Instead of clicking through menus and filling out forms, you just talk to Claude the way you'd talk to a friend.
Behind the scenes, Dwellsmith gives Claude access to your tasks, contacts, home maintenance schedules, and more — so it can actually do things for you, not just chat about them.
You don't need to memorize any special commands. Just talk to Claude the way you'd talk to a friend, and Dwellsmith figures out what you mean.
It takes about 5 minutes. Here's what you need:
Sign up and set up your household — you can do this through our onboarding chat or manually.
Get Claude Desktop or Claude Code if you don't have it already.
Clone the MCP server and run the setup script:
The setup script will ask for your Dwellsmith email and password, then automatically configure Claude to use Dwellsmith.
Alternatively, add to your claude_desktop_config.json manually:
{
"mcpServers": {
"dwellsmith": {
"command": "node",
"args": ["/path/to/mcp-server/index.js"],
"env": {
"DWELLSMITH_API_URL": "https://dwellsmith.com",
"DWELLSMITH_TOKEN": "your-api-token"
}
}
}
}
Restart Claude Desktop (or your Claude Code session). You should see a 🔨 icon showing Dwellsmith's tools are connected. Then just say something like "What's on my plate today?" — that's it.
Built by Danielle Morrill
© 2026 dwellsmith