Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/_integrations/mcp_server.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Claude for Desktop can connect to Home Assistant using either a cloud-based remo

When using a remote custom connector in Claude for Desktop, the connection is brokered through Anthropic's cloud infrastructure. This means your Home Assistant instance must be publicly accessible from the internet.

{% note %}
Use the same URL that is configured as your Home Assistant external URL. If you use [Home Assistant Cloud](/integrations/cloud/), use your Nabu Casa Cloud URL (for example, `https://<your_id>.ui.nabu.casa`). Connecting with a different URL, such as an internal split-horizon domain, can cause the login step to fail with a blank 404 page, because Home Assistant builds the OAuth redirect from the configured external URL. You can check or update this URL at {% my network title="**Settings** > **System** > **Network**" %}.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So above we say "This means your Home Assistant instance must be publicly accessible from the internet". and below we says <your_home_assistant_external_url>.

Perhaps we can edit one of these points and link to https://www.home-assistant.io/docs/configuration/remote/ if users don't know what their external URL is?

{% endnote %}

1. Download [Claude for Desktop](https://claude.ai/download) and log in.
2. Select your profile name, select **Settings**, and go to **Connectors**.
3. Select **Add Custom Connector**.
Expand Down