Back to Apps

Enhanced Home Assistant MCP
Supports UIby gilberth
Comprehensive Home Assistant integration for AI assistants to manage smart devices, automations, and system health.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to Home Assistant, providing deep integration with smart home devices, automation triggers, and system administration tools.
Tools
homeassistant_call_service: Execute any Home Assistant service with parameters.homeassistant_control_lights: Advanced control for brightness, color, and temperature.homeassistant_control_climate: Manage HVAC modes and temperature settings.homeassistant_get_entity_state: Retrieve real-time status of any smart home entity.homeassistant_toggle_automation: Enable or disable specific house automations.homeassistant_system_info: Get overall health and system status of the HA instance.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"enhanced-homeassistant-mcp": {
"command": "npx",
"args": ["-y", "@thelord/enhanced-homeassistant-mcp"],
"env": {
"HOMEASSISTANT_URL": "http://your-ha-ip:8123",
"HOMEASSISTANT_TOKEN": "your-long-lived-access-token"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop via NPX.
Quick install
npx @thelord/enhanced-homeassistant-mcpInformation
- Pricing
- free
- Published
- 5/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"enhanced-homeassistant-mcp": {
"command": "npx",
"args": ["-y", "@thelord/enhanced-homeassistant-mcp"],
"env": {
"HOMEASSISTANT_URL": "http://your-ha-ip:8123",
"HOMEASSISTANT_TOKEN": "your-long-lived-access-token"
}
}
}
}






