Skip to content
Cursor

dxpert.ai — free UNS tools (no API key) for Cursor

ai.dxpert/uns-tools

Free Sparkplug B topic linting, UNS naming checks and AI-readiness screening. No API key.

client:Cursor transport:stdio runtime:npm

Install dxpert.ai — free UNS tools (no API key) 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": {
    "uns-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dxpert/uns-tools"
      ],
      "env": {
        "DXPERT_API_BASE": "<DXPERT_API_BASE>"
      }
    }
  }
}

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

dxpert.ai — free UNS tools (no API key) in other clients