Back to Home
versus1985 icon

HomeAssistant-MCP-Server

Verified Safe

by versus1985

Overview

Serves Home Assistant REST APIs as Model Context Protocol (MCP) tools for AI agents.

Installation

Run Command
docker run --rm -p 8099:8099 -e HA_BASE_URL="http://homeassistant:8123" ghcr.io/versus1985/homeassistant-mcp-server:latest

Environment Variables

  • HA_BASE_URL

Security Notes

The server employs robust security practices including validation of Home Assistant long-lived tokens, proper handling of Authorization headers (avoiding full token logging), and explicit warnings against direct internet exposure without HTTPS and a reverse proxy. It relies on Home Assistant's API security for templating. No 'eval' or other obvious malicious patterns were found in the provided code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-16

Tags

Home AssistantMCPAPI GatewayFastAPIAdd-on