SZ84.NET
Back to List
OfficialIoTHome

Home Assistant MCP

The Home Assistant MCP server allows AI models to control and monitor your smart home devices through the Home Assistant platform. It enables models to query device states, trigger automations, and manage lights, thermostats, and other IoT devices. This is a powerful tool for building AI-driven home automation and voice control systems.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "home-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-get/home-assistant-mcp"
      ],
      "env": {
        "HASS_URL": "http://homeassistant.local:8123",
        "HASS_TOKEN": "YOUR_LONG_LIVED_ACCESS_TOKEN"
      }
    }
  }
}

Key Features

Control lights, switches, and climate devices

Query real-time sensor data and device states

Trigger and manage Home Assistant automations

Secure local and remote access support

Server Details

The Home Assistant MCP server allows AI models to control and monitor your smart home devices through the Home Assistant platform. It enables models to query device states, trigger automations, and manage lights, thermostats, and other IoT devices. This is a powerful tool for building AI-driven home automation and voice control systems.

Pricing

free

Tags

OfficialIoTHome

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository