← Back to browse

Homey-Wan-Kenobi MCP

Indexed by io.github.Ringosystems

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHOMEY_ADDRESS HOMEY_TOKEN
Claude Code
claude mcp add --env HOMEY_ADDRESS= --env HOMEY_TOKEN= homey-wan-kenobi-mcp -- docker docker.io/ringosystems/homey-wan-kenobi:2.2.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"homey-wan-kenobi-mcp","command":"docker","args":["docker.io/ringosystems/homey-wan-kenobi:2.2.0"],"env":{"HOMEY_ADDRESS":"","HOMEY_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "homey-wan-kenobi-mcp": {
      "command": "docker",
      "args": [
        "docker.io/ringosystems/homey-wan-kenobi:2.2.0"
      ],
      "env": {
        "HOMEY_ADDRESS": "",
        "HOMEY_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.