HomeOther › nickol-knx

nickol-knx

Read-only KNX/ETS project auditor: validates a .knxproj and generates Home Assistant YAML

Python Local
★ 25 stars Last pushed 2026-09-16 License: MIT

Topics: Home Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.8.2)

uvx nickol-knx-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "nickol-knx-mcp": {
      "command": "uvx",
      "args": [
        "nickol-knx-mcp"
      ],
      "env": {
        "NICKOL_KNX_WORKSPACE": "<YOUR_VALUE>",
        "NICKOL_KNX_CATALOG": "<YOUR_VALUE>"
      }
    }
  }
}
  • NICKOL_KNX_WORKSPACE — Directory the server may write generated files into (reports, HA YAML, ETS exports). Defaults to ./knx-workspace
  • NICKOL_KNX_CATALOG — Optional path to a local device catalog for exact vendor decomposition

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry