ha-groundcontrol-mcp

matt123p/ha-groundcontrol-mcp
★ 0 stars Python API Integration Updated 7d ago
An MCP server for vibe coding ESPHome, OpenHASS and other remote devices to talk to your Home Assistant Server
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-groundcontrol-mcp": {
      "command": "uvx",
      "args": [
        "ha-groundcontrol-mcp"
      ]
    }
  }
}

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

README Excerpt

A Home Assistant custom integration and HACS-compatible repository that exposes schema-only Home Assistant registry tools through a dedicated MCP HTTP server. - `get_areas` — enumerate Home Assistant areas - `get_entities` — retrieve entity registry metadata without live state - `get_devices` — retrieve device registry metadata