Skip to content

HomeAssistant Light MCP for Zed

io.github.koneisto/homeassistant-light-mcp

Control Home Assistant lights and scenes. Lights only by design for safety.

client:Zed transport:stdio runtime:npm

Install HomeAssistant Light 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": {
    "homeassistant-light-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ha-mcp-server"
      ],
      "env": {
        "HA_URL": "<HA_URL>",
        "HA_TOKEN": "<HA_TOKEN>"
      }
    }
  }
}

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

HomeAssistant Light MCP in other clients