MCP Directory
Back

ha-mcp

by homeassistant-ai · Python · ★ 3,693

The Unofficial and Awesome Home Assistant MCP Server

#ai#claude#hacs#home-assistant#home-automation#llm#mcp#model-context-protocol

Install

pip install git+https://github.com/homeassistant-ai/ha-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ha-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/homeassistant-ai/ha-mcp.git"
      ]
    }
  }
}

From the README

> **Breaking change (v7.3.0):** has been moved to [beta](docs/beta.md). # The Unofficial and Awesome Home Assistant MCP Server A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Home Assistant. Using natural language, control smart home devices, query states, execute services and manage your automations. *No paid subscription required.* Click on your operating system:          🍎 macOS 1. Go to [claude.ai](https://claude.ai…
Read full README on GitHub →

Related ai & ml servers