Odel
home assistant mcp

home assistant mcp

Local
@coolver56TypeScriptMITUpdated 1mo ago

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

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).

npm@coolver/home-assistant-mcpv3.2.12

Run

npx -y @coolver/home-assistant-mcp

MCP client config

{
  "mcpServers": {
    "home-assistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coolver/home-assistant-mcp"
      ]
    }
  }
}