Nickol Knx MCP Server

A design-time KNX / ETS6 assistant exposed as an MCP server. It runs locally over stdio via the published package.

People who work with ets, ets6 and home assistant and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 25 · #81 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Nickol Knx

before you install - you'll need

NICKOL_KNX_WORKSPACE is optional or environment-specific per the README.

Claude Code

claude mcp add nickoscope-nickol-knx-mcp -- uvx nickol-knx-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nickoscope-nickol-knx-mcp": {
      "command": "uvx",
      "args": [
        "nickol-knx-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package nickol-knx-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.NickoScope is GitHub-verified and matches the repo owner

03 · What Nickol Knx can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- command/status and category classification is a heuristic (DPT + names + ETS Functions). On messy projects with no Functions and non-standard names, false negatives/positives are possible - which is why the report is always for human review, and ambiguity goes to review, not into config. - DPT 5.001 is structurally ambiguous (brightness vs position); it's disambiguated by keywords - double-check with non-standard n

Latest releases

v0.8.2 · 2026-09-14

[0.8.2] - 2026-09-14 · Added · load_ga_export(path): audit a group-address list without a .knxproj. Reads an ETS · ga-export/01 XML (ETS "Export Group Addresses", or the import file a planning tool such as TapPlan…

v0.8.1 · 2026-09-14

[0.8.1] - 2026-09-12 · Added · Published to PyPI and prepared for the official MCP Registry. server.json (schema 2025-12-11, · pypi, server name io.github.NickoScope/nickol-knx-mcp) plus the mcp-name ownership · marker…

v0.8.0 · 2026-07-07

Field-validated against a real 859-GA as-built project (anonymised). · Added · Positional command/status pairing (#4): parallel status middles with 1:1 duplicated names + self-reporting commands (actuator R+T object on…

04 · Who maintains Nickol Knx

nickol-knx is maintained by nickoscope. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
automation - ranked #81 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-14)
registry
io.github.NickoScope/nickol-knx-mcp (active, first published 2026-09-12 · 2 versions)
packages
pypi:nickol-knx-mcp

06 · Nickol Knx FAQ

What is Nickol Knx?

A design-time KNX / ETS6 assistant exposed as an MCP server. It runs locally over stdio via the published package.

Is Nickol Knx still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Nickol Knx?

Run `uvx nickol-knx-mcp`. The README documents one environment variable (NICKOL_KNX_WORKSPACE) to set first. NICKOL_KNX_WORKSPACE is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Nickol Knx run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Nickol Knx