Odel
Homey-Wan-Kenobi MCP

Homey-Wan-Kenobi MCP

Local
@ringosystemsJavaScriptMITUpdated 2mo ago

MCP server for Homey Pro: 60 tools for devices, flows, energy, and Z-Wave/Zigbee diagnostics.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/ringosystems/homey-wan-kenobi:2.2.0

Run

docker run -i --rm docker.io/ringosystems/homey-wan-kenobi:2.2.0

MCP client config

{
  "mcpServers": {
    "homey-wan-kenobi-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/ringosystems/homey-wan-kenobi:2.2.0"
      ]
    }
  }
}