awesome-home-assistant

GitHub

A curated list of amazingly awesome Home Assistant resources.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-home-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-home-assistant"
      ]
    }
  }
}