dxpert.ai — free UNS tools (no API key) for Grok
ai.dxpert/uns-tools
Free Sparkplug B topic linting, UNS naming checks and AI-readiness screening. No API key.
client:Grok
transport:stdio
runtime:npm
Install dxpert.ai — free UNS tools (no API key) in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"uns-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dxpert/uns-tools"
],
"env": {
"DXPERT_API_BASE": "<DXPERT_API_BASE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs