Back to directory
hass-mcp

hass-mcp

@voska286

A Model Context Protocol (MCP) server for Home Assistant integration with Claude and other LLMs, enabling AI assistants to query, control, and summarize smart home entities.

home assistantsmart homeautomationllm integrationclaudecontext

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
stdio
Language
Python
Created
2025/3/16
Updated
2026/6/7