Back to directory
liorfranko/home-assistant-mcp

liorfranko/home-assistant-mcp

@liorfranko

A Model Context Protocol server for controlling Home Assistant and Node-RED smart home systems with AI assistants

home-assistantsmart-homeautomationmcptypescriptnode-rediot

Installation & Configuration

{
  "mcpServers": {
    "home-assistant": {
      "command": "node",
      "args": [
        "dist"
      ],
      "env": {
        "HA_URL": "http://homeassistant.local:8123",
        "HA_TOKEN": "your_long_lived_access_token",
        "HA_WEBSOCKET_URL": "ws://homeassistant.local:8123/api/websocket",
        "NODE_RED_URL": "http://homeassistant.local:1880",
        "NODE_RED_USERNAME": "your_node_red_username",
        "NODE_RED_PASSWORD": "your_node_red_password"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13