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)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!