Skip to content
Cursor

plcsense for Cursor

com.plcsense/mcp

Read-only TwinCAT ST intelligence: resolve symbols, library APIs, docs, validate PLC code.

client:Cursor transport:stdio runtime:npm

Install plcsense in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@zeugwerk/plcsense"
      ],
      "env": {
        "PLCSENSE_LICENSE_KEY": "<PLCSENSE_LICENSE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

plcsense in other clients