homey-mcp-server

weide43/homey-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated today
Connect any AI agent (Claude, Cursor, Windsurf) to Homey Pro via the Model Context Protocol — 83 tools for devices, flows, zones, energy, and more
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homey-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "weide43/homey-mcp-server"
      ]
    }
  }
}