๐ ๐ Access Home Assistant data and control devices (lights, switches, thermostats, etc).
Model Context Protocol Server for Home Assistant
The server acts as a bridge between your Home Assistant instance and Language Learning Models (LLMs), enabling natural language control and monitoring of smart home devices via the Model Context Protocol (MCP).
npm install
)..env
file) with Home Assistant credentials.// Subscribe to real-time light updates const eventSource = new EventSource('http://localhost:3000/subscribe_events?token=YOUR_TOKEN&domain=light'); eventSource.onmessage = (event) => console.log(JSON.parse(event.data));
For details, refer to the SSE API documentation.
License: MIT | Prerequisites: Node.js โฅ20.10, Docker Compose, Home Assistant token
Project Status: Active | Test Coverage: 95%
๐ ๐ Expose all Home Assistant voice intents through a Model Context Protocol Server allowing home control.
๐ ๐ Control Android devices with AI through MCP, enabling device control, debugging, system analysis, and UI automation with a comprehensive security framework.
๐ Workflow for fixing build issues in ESP32 series chips using ESP-IDF.
๐ โ๏ธ ๐ ๐ ๐ช ๐ง MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI.