Natural language smart home control
Bridge between Home Assistant and LLMs. Control and monitor smart devices with natural language.
{
"mcpServers": {
"home-assistant-bridge": {
"mcpServers": {
"ha-bridge": {
"env": {
"HA_URL": "http://your-home-assistant:8123",
"HA_TOKEN": "YOUR_LONG_LIVED_TOKEN"
},
"args": [
"-y",
"homeassistant-mcp"
],
"command": "npx"
}
}
}
}
}