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