Developer Tools
Trust: 36/100 (Limited)io.github.Coolver/home-assistant-mcp Guide
Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs
39 starsby Coolver
Quick Start
Install
npx @coolver/home-assistant-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-coolver-home-assistant-mcp": {
"command": "npx",
"args": [
"@coolver/home-assistant-mcp"
]
}
}
}