Back to Home
sandraschi icon

home-assistant-mcp

Verified Safe

by sandraschi

Overview

Provides AI-powered natural language control for Home Assistant smart home systems via the Model Context Protocol, enabling AI assistants to orchestrate complex home automations.

Installation

Run Command
docker run -e HA_URL=http://host.docker.internal:8123 -e HA_ACCESS_TOKEN=YOUR_HA_TOKEN ghcr.io/sandraschi/home-assistant-mcp:latest

Environment Variables

  • HA_URL
  • HA_ACCESS_TOKEN

Security Notes

The server's design emphasizes local-only operation and uses Pydantic's SecretStr for handling the Home Assistant access token, preventing hardcoded secrets and promoting secure handling. It relies on the user to provide a long-lived access token for Home Assistant API communication, which is standard for integrations. No 'eval' or obvious malicious patterns were found in the provided source code. The main security consideration is the security of the provided Home Assistant token and the underlying Home Assistant instance itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-16

Tags

Smart HomeAI AutomationHome AssistantNatural LanguageMCP