Odel
HomeAssistant Light MCP

HomeAssistant Light MCP

Local
@koneistoJavaScriptMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmha-mcp-serverv0.6.1

Run

npx -y ha-mcp-server

MCP client config

{
  "mcpServers": {
    "homeassistant-light-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ha-mcp-server"
      ]
    }
  }
}