Add Hombee as a remote OpenClaw server
OpenClaw supports remote MCP servers over Streamable HTTP and can run the OAuth authorization flow used by Home MCP.
- Add a server named
hombeewith the public Home MCP URL ending in/mcp:
openclaw mcp add hombee \
--url https://your-public-home-mcp-url/mcp \
--transport streamable-http \
--auth oauth
- Run
openclaw mcp login hombeeand complete Hombee sign-in in the browser. - Check the connection with
openclaw mcp doctor hombee --probe. - Inspect discovered tools before starting a task. Use OpenClaw’s include or exclude filters to limit the session to the tools it needs.
Do not place a copied Hombee browser token in command history or shared config. Use OpenClaw’s OAuth storage and remove the connection from machines you no longer control.
Verify Home Assistant safely
Start with: “Through hombee, list Home Assistant rooms and read-only
capabilities. Do not execute any action.” Require confirmation for every tool
that changes state or affects an external system.
If the probe cannot discover authorization metadata, verify the exact /mcp URL
and update OpenClaw before changing authentication. If login succeeds but tools
are absent, sign out and repeat discovery with the Hombee account that has
access to the intended installation. A successful connection does not mean every
Home Assistant entity or operation is available to that user.


