knx-ets-mcp

knx-ai/knx-ets-mcp
★ 8 stars C# Other Updated today
MCP Server for KNX ETS 5/6 via ETS Addin
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "knx-ets-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "knx-ai/knx-ets-mcp"
      ]
    }
  }
}