Skip to content
Grok

dxpert.ai — industrial AI-readiness & UNS agents for Grok

ai.dxpert/mcp

Industrial AI-readiness diagnostics, UNS design, and UNS agents for MCP clients.

client:Grok transport:stdio runtime:npm

Install dxpert.ai — industrial AI-readiness & UNS agents in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dxpert/mcp"
      ],
      "env": {
        "DXPERT_API_KEY": "<DXPERT_API_KEY>",
        "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

dxpert.ai — industrial AI-readiness & UNS agents in other clients