Home Assistant with Home MCP in OpenClaw

Hombee Free

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.

  1. Add a server named hombee with 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
  1. Run openclaw mcp login hombee and complete Hombee sign-in in the browser.
  2. Check the connection with openclaw mcp doctor hombee --probe.
  3. 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.

Continue exploring