hass-mcp-server

ganhammar/hass-mcp-server
★ 30 stars Python 🤖 AI/LLM Updated 10d ago
A Home Assistant Custom Component that provides an MCP (Model Context Protocol) server using HTTP transport, allowing AI assistants like Claude to interact with your Home Assistant instance over HTTP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hass-mcp-server": {
      "command": "uvx",
      "args": [
        "hass-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install hass-mcp-server

Topics

hacshacs-integrationhome-assistanthomeassistant-integrationmcpmodel-context-protocolmodel-context-protocol-server