home assistant mcp for Claude Desktop
io.github.coolver/home-assistant-mcp
Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs
client:Claude Desktop
transport:stdio
runtime:npm
Install home assistant mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"home-assistant-mcp": {
"command": "npx",
"args": [
"-y",
"@coolver/home-assistant-mcp"
],
"env": {
"HA_AGENT_URL": "<HA_AGENT_URL>",
"HA_AGENT_KEY": "<HA_AGENT_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs