← Index

io.github.Coolver/home-assistant-mcp

io.github.Coolver/home-assistant-mcp·v3.2.12·Developer Tools
Quality Score
77
/100

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

§01  Install
Claude Desktop (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": "<your-ha_agent_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "home-assistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coolver/home-assistant-mcp"
      ],
      "env": {
        "HA_AGENT_URL": "<ha_agent_url>",
        "HA_AGENT_KEY": "<your-ha_agent_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @coolver/home-assistant-mcp
§02  Environment variables
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
requiredsecret

Access key generated by the Home Assistant Vibecode Agent add-on after installation

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Developer Tools