ESPHome-MCP

loryanstrant/ESPHome-MCP
★ 16 stars Python Code/Dev Tools Updated today
A MCP server for ESPHome that supports the new Device Builder functionality released in build 2026.6
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "esphome-mcp": {
      "command": "uvx",
      "args": [
        "esphome-mcp"
      ]
    }
  }
}

Or install with pip: pip install esphome-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server for the **ESPHome 2026.6+ "Device Builder"** dashboard. It lets an MCP client (Claude, etc.) list devices, read/edit/validate device YAML, stream logs, and compile/flash firmware — speaking the dashboard's new WebSocket command protocol. > **Why this fork exists.** ESPHome **2026.6** replaced the dashboard's legacy HTTP API

Tools (15)

ESPHOME_DASHBOARD_PASSWORDESPHOME_DASHBOARD_URLESPHOME_DASHBOARD_USERNAMELOG_LEVELcheck_device_updateedit_device_configurationget_device_configurationget_device_logsget_device_statusget_device_versionget_esphome_schemainstall_device_configurationlist_devicesupdate_devicevalidate_device_configuration

Topics

containerdevice-builderdockeresphomellmmcpmodel-context-protocolserver