Home › Other › home-assistant-mcp

home-assistant-mcp

Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs

TypeScript
★ 58 stars Last pushed 2026-08-03 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.2.12)

npx -y @coolver/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "home-assistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coolver/[email protected]"
      ],
      "env": {
        "HA_AGENT_URL": "<YOUR_VALUE>",
        "HA_AGENT_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • HA_AGENT_URL required — URL of your on-board Home Assistant Vibecode Agent add-on (generated after installation of the add-on)
  • HA_AGENT_KEY required secret — Access key generated by the Home Assistant Vibecode Agent add-on after installation

Related servers

Data from the Official MCP Registry