Skip to content

Hass

Free

by MCP Community

MCP server for Home Assistant (REST/WebSocket) control.

v0.1.7Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Hass MCP Server

MCP server for Home Assistant (REST/WebSocket) control.

Installation

npx -y hass-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y hass-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "hass": {
      "command": "npx",
      "args": ["-y", "hass-mcp"]
    }
  }
}