Skip to content
Cursor

nickol-knx for Cursor

io.github.nickoscope/nickol-knx-mcp

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

client:Cursor transport:stdio runtime:pypi

Install nickol-knx in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nickol-knx-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nickol-knx-mcp"
      ],
      "env": {
        "NICKOL_KNX_WORKSPACE": "<NICKOL_KNX_WORKSPACE>",
        "NICKOL_KNX_CATALOG": "<NICKOL_KNX_CATALOG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

nickol-knx in other clients