ha-mcp-server-admin

diegoperez678/ha-mcp-server-admin
★ 0 stars Python AI/LLM Updated 4d ago
Custom Home Assistant integration that adds admin tools (automations, scripts CRUD) to the MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ha-mcp-server-admin": {
      "command": "uvx",
      "args": [
        "ha-mcp-server-admin"
      ]
    }
  }
}

Or install with pip: pip install ha-mcp-server-admin

README Excerpt

A custom Home Assistant integration that adds admin tools to the MCP Server, enabling MCP clients (like Claude) to create, edit, and delete automations and scripts. The built-in MCP Server integration only exposes runtime controls (turn lights on/off, read states). This integration adds **configuration management** tools:

Topics

hacshome-assistant-custom-componenthomeassistant