Connect Claude Code to OneHaus
Claude Code is Anthropic's terminal assistant, and it speaks MCP natively, so it can run your OneHaus household too: check what is due, add shopping items, or reschedule events without leaving your terminal. Using Claude on the web or desktop instead? See Connect Claude.
Before you start
- A OneHaus account. If you do not have one yet, set it up in the OneHaus app first.
- Claude Code installed and signed in.
Add the OneHaus server
Run this once in your terminal:
claude mcp add --transport http onehaus https://mcp.onehaus.app
By default that adds OneHaus to the current project. To make it available everywhere, add the user scope:
claude mcp add --transport http --scope user onehaus https://mcp.onehaus.app
Sign in
- Start Claude Code and run the
/mcpcommand. - Select onehaus and choose to authenticate.
- Your browser opens a OneHaus sign in page. Sign in and approve access.
That is it. The connection uses your OneHaus account, so you never paste passwords or keys into the terminal.
Use it
Ask in plain language, for example:
- "What is on the shopping list?"
- "Add take out the bins to my tasks for tomorrow."
- "What is on the calendar this weekend?"
For the full list of what you can ask, see Connect AI Assistants.
Troubleshooting
/mcpshows onehaus as disconnected. Run the authenticate flow again from/mcp; the sign in token may have expired.- Sign in does not finish. Confirm you can sign in to the OneHaus app with the same account, then try again.
- Added to the wrong scope. Remove it with
claude mcp remove onehausand add it again with--scope useror from the right project.
Looking for a different assistant? See Connect AI Assistants.