Back to directory
voska/hass-mcp

voska/hass-mcp

@voska

Home Assistant MCP Server for AI assistants to control smart home devices and automations

home assistantsmart homeautomationmcpclaudellmiot

Installation & Configuration

{
  "mcpServers": {
    "hass-mcp": {
      "command": "uvx",
      "args": [
        "hass-mcp"
      ],
      "env": {
        "HA_URL": "http://homeassistant.local:8123",
        "HA_TOKEN": "YOUR_LONG_LIVED_TOKEN"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/13