home-assistant-mcp.md

Home Assistant MCP

from"homeassistant"
980

Home Assistant smart home control and automation

IoT & Hardware
Home Assistantsmart homeautomationIoT
install.sh
# Clone the repository
$git clone https://github.com/home-assistant/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve