ganhammar/hass-mcp-server
A Home Assistant Custom Component that provides an MCP (Model Context Protocol) server using HTTP transport, allowing AI assistants like Claude to interact with your Home Assistant instance over HTTP
Platform-specific configuration:
{
"mcpServers": {
"hass-mcp-server": {
"command": "npx",
"args": [
"-y",
"hass-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...