Back to directory
liorfranko/home-assistant-mcp

liorfranko/home-assistant-mcp

@liorfranko2

An MCP server bridging AI assistants with Home Assistant and Node-RED for smart home control and automation.

home-assistantnode-redsmart-homemcp-serverautomation

Installation & Configuration

{
  "mcpServers": {
    "home-assistant": {
      "command": "node",
      "args": [
        "<path/to/your/dist/folder>"
      ],
      "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
2025/4/13
Updated
2026/6/5