home-assistant-mcp

crunchypancake1/home-assistant-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server exposing a Home Assistant instance as a tool set, running on Cloudflare Workers
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": {
    "home-assistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "crunchypancake1/home-assistant-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes a Home Assistant instance as a tool set, running as a stateful agent on Cloudflare Workers. Point an MCP client (Claude, etc.) at the deployed endpoint and it can read entity states, call services, run scripts and automations, and send commands to phones via the HA companion app — all against your own Home

Tools (12)

call_serviceget_entitiesget_entities_by_areaget_entity_historyget_entity_statelist_areaslist_automationslist_scriptsphone_list_capabilitiesphone_send_commandrun_scripttrigger_automation