ha-mcp-server

astromechza/ha-mcp-server
★ 0 stars Python 🔌 API Integration Updated 3d ago
Minimal home assistant MCP server against the HA API
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

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

README Excerpt

A [FastMCP](https://github.com/jlowin/fastmcp) server that exposes Home Assistant entities and services to AI assistants via the Model Context Protocol (MCP). > **Alternative to the official integration:** Home Assistant ships a built-in [MCP Server integration](https://www.home-assistant.io/integrations/mcp_server/) that exposes all entities and services. This project is an intentional alternative for users who want an **external, allowlist-gated** server — useful when you want strict control o

Tools (7)

HA_ALLOWLISTHA_TOKENHA_URLcall_ha_serviceget_entity_statelist_allowed_entitieslist_allowed_services