Sign In

@zeugwerk/plcsense

Package Overview
Dependencies
Maintainers
1
Versions
2
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

latest
npmnpm
Version
1.1.15
Version published
Maintainers
1
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

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts