Loading MCP server directory, please wait...
Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs
npx @getmcp/cli add io.github.Coolver/home-assistant-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
HA_AGENT_URLURL of your on-board Home Assistant Vibecode Agent add-on (generated after installation of the add-on)
HA_AGENT_KEYAccess key generated by the Home Assistant Vibecode Agent add-on after installation
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Coolver/home-assistant-mcp": {
"command": "npx",
"args": [
"-y",
"@coolver/home-assistant-mcp"
],
"env": {
"HA_AGENT_URL": "",
"HA_AGENT_KEY": ""
}
}
}
}