Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

home assistant mcp in other clients