HomeOther › ha-mcp

ha-mcp

Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants.

Python
★ 4,824 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 8.5.0)

uvx ha-mcp

Or add to your MCP client config:

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

Package (oci)

docker run -i --rm ghcr.io/homeassistant-ai/ha-mcp:8.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "ha-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/homeassistant-ai/ha-mcp:8.5.0"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry