Sign In

@zeugwerk/plcsense

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeugwerk/plcsense

plcsense MCP server for TwinCAT / Structured Text. Requires PLCSENSE_TOKEN to download and a plcsense licence to use.

npmnpm
Version
1.1.14
Version published
Weekly downloads
593
79.15%
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 09 Aug 2026

Related posts