This MCP server, developed by hekmon, enables AI assistants to interact with Home Assistant through a standardized interface. It provides tools for retrieving device states, toggling entities, triggering automations, and listing available entities via the Home Assistant API. The server implements error handling and input validation, offering a simplified workflow for AI systems to control and monitor smart home devices. By connecting AI capabilities with Home Assistant's extensive home automation platform, this implementation empowers AI assistants to perform tasks like adjusting lighting, managing climate control, or monitoring sensor data. It is particularly useful for applications requiring smart home integration, energy management, or any scenario where an AI system needs to interact with and reason about the state of a connected home.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get the current state of a device. Parameters: entity_id (string) - The ID of the entity whose state you want to retrieve.
Toggle the state of a device. Parameters: entity_id (string) - The ID of the entity to toggle, state (string) - The desired state ('on' or 'off').
Trigger a specified automation. Parameters: automation_id (string) - The ID of the automation to be triggered.
List all entities of a specified domain. Parameters: domain (optional string) - Filters the results by the specified domain.