Issue Connecting Claude.ai with HACS version on HA Green #785
Replies: 1 comment
|
Closing my own discussion. Found another ticket recommending to turn off 'Block AI Bots' in Cloudflare and that works. Recommend updating docs to note this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm trying to run HA-MCP on an HA-Green and accessing via a cloudflared tunnel. Request tunneling does seem to work (I see records in both the Cloudflare Live Logs for the tunnel and in the Add-on logs.
When I attempt to establish the connector in claude.ai I get:
"2026-03-18 14:34:07 INFO: 172.30.33.3:43522 - "POST /private_XXXXXXXX HTTP/1.1" 406 Not Acceptable INFO:mcp.server.streamable_http:Terminating session: NoneIn the Cloudflare Logs, I note that the
Acceptrequest header that Claude seems to pass is"*/*". From reading another bug report, it seems like the underlying ha-mcp implementation expectsAccept: text/event-stream.Am I doing something wrong? Any advice on how to proceed?
Cloudflare Log Payload for claude.ai's initial POST request:
All reactions