Skip to content

home assistant mcp for Zed

io.github.coolver/home-assistant-mcp

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

client:Zed transport:stdio runtime:npm

Install home assistant mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "home-assistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coolver/home-assistant-mcp"
      ],
      "env": {
        "HA_AGENT_URL": "<HA_AGENT_URL>",
        "HA_AGENT_KEY": "<HA_AGENT_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

home assistant mcp in other clients