Odel
ha mcp

ha mcp

Local
@homeassistant-ai4.6kPythonMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIha-mcpv8.4.3

Run

uvx ha-mcp

MCP client config

{
  "mcpServers": {
    "ha-mcp": {
      "command": "uvx",
      "args": [
        "ha-mcp"
      ]
    }
  }
}
Dockerghcr.io/homeassistant-ai/ha-mcp:8.4.3

Run

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

MCP client config

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