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
{
"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