dxpert-mcp

dxpert-ai/dxpert-mcp
★ 0 stars JavaScript AI/LLM Updated today
Stdio MCP server for dxpert.ai API keys: Ask dxpert, run UNS agents, run diagnostics, and convert da
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dxpert-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dxpert-ai/dxpert-mcp"
      ]
    }
  }
}