Stats
Actions
Tags
Connects to Home Assistant's MCP API for controlling smart home devices, querying states, and managing automations. Requires HA_HOST and likely an API token.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"homeassistant-cazita": {
"type": "http",
"url": "https://${HA_HOST}/api/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
https://${HA_HOST}/api/mcpnpx claudepluginhub calexandre/homeassistant-assistant --plugin homeassistant-assistant