New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@zeugwerk/plcsense

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeugwerk/plcsense

MCP server for read-only TwinCAT Structured Text intelligence. Lets AI agents resolve symbols, inspect project and library APIs (.library / .compiled-library), pull docs, and validate PLC projects before editing — without TwinCAT XAE. Requires PLCSENSE_TO

npmnpm
Version
1.1.17
Version published
Weekly downloads
305
-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

@zeugwerk/plcsense

npm launcher for the plcsense MCP server (Windows x64).

Licence required

plcsense is commercial software (license: UNLICENSED). MCP tools stay unavailable until a valid plcsense licence is activated on the machine.

Download token required

The launcher downloads the Windows binary from api.zeugwerk.dev. Set the same token Scoop uses:

$env:PLCSENSE_TOKEN = '<your token>'

Without it, the first npx / MCP start fails before any binary is cached.

  • Get a licence: https://plcsense.com
  • Activate: plcsense license activate <licence-key>
    (or pass --license-key / set PLCSENSE_LICENSE_KEY when starting MCP)

Requirements

  • Windows x64
  • Node.js 18+ (for npx)
  • PLCSENSE_TOKEN (download bearer token)

Use with Cursor, Claude, VS Code, …

{
  "mcpServers": {
    "plcsense": {
      "command": "npx",
      "args": ["-y", "@zeugwerk/plcsense", "mcp"],
      "env": {
        "PLCSENSE_TOKEN": "<your token>"
      }
    }
  }
}

Alternatively install the CLI from plcsense.com and run plcsense setup cursor in your project folder.

Copyright (c) Zeugwerk GmbH. See LICENSE.

Keywords

mcp

FAQs

Package last updated on 18 Aug 2026

Related posts