mcpbeat Sign in

nickol-knx MCP Server

by nickoscope Your server? Claim it
local only

nickol-knx runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

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

Installs / week
pypi · nickol-knx-mcp
24
Stars
3 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check nickol-knx every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nickol-knx-mcp -- uvx nickol-knx-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nickol-knx-mcp": {
      "args": [
        "nickol-knx-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nickol-knx-mcp]
command = "uvx"
args = ["nickol-knx-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nickol-knx-mcp": {
      "args": [
        "nickol-knx-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nickol-knx-mcp": {
      "args": [
        "nickol-knx-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to nickol-knx

same job, measured the same way
AudioMade
by yasib48

Generate four real game-audio candidates, audition and select one, then install it into a project.

31 installs/wk local only
Ainative Prd MCP
by ainative-studio

PRD Generator MCP — generate, validate, and manage Product Requirement Documents.

73 installs/wk local only
VULK
by devjoaocastro

Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.

34 installs/wk answering
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
HomeAssistant Light MCP
by koneisto

Control Home Assistant lights and scenes. Lights only by design for safety.

39 installs/wk local only
Readme Forge MCP
by ryudi84

Generate professional README.md files from project analysis

46 installs/wk local only
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

42 installs/wk local only
MeisterTask
by meistertask

Create and manage MeisterTask projects, tasks, and notes from your AI assistant.

answering

nickol-knx — questions

Answers built from our own checks of this server.

Why is there no uptime for nickol-knx?
nickol-knx runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package nickol-knx-mcp.
How do I connect nickol-knx?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nickol-knx-mcp straight from pypi; nothing to host, nothing to sign up for.
Is nickol-knx open source?
Yes — it is published under the MIT licence, written in Python, 24 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.