Home Assistant MCP provides a bridge between AI assistants and smart home devices through the Home Assistant API. Developed by Guilherme Lirio, this implementation enables AI assistants to check device status, control smart home entities, and call Home Assistant services directly within conversations. The server runs on stdio transport for seamless Claude Desktop integration and includes tools for verifying API connectivity, retrieving entity states, and executing service calls. Particularly valuable for users who want to control their smart home through natural language interactions without leaving their AI assistant interface.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Verifies if the Home Assistant API is online. Parameters: none.
Gets the current state of a Home Assistant entity. Parameters: entity_id (entity ID).
Calls a service for a Home Assistant entity. Parameters: entity_id (entity ID), domain (service domain), service (service to call).