Home Assistant
Summary
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.
Available Actions(3)
homeassistant_api
Verifies if the Home Assistant API is online. Parameters: none
homeassistant_get_state
Gets the current state of a Home Assistant entity. Parameters: entity_id (entity ID)
homeassistant_call_service
Calls a service for a Home Assistant entity. Parameters: entity_id (entity ID), domain (service domain), service (service to call)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论