Stdio MCP server for dxpert.ai API keys: Ask dxpert, run UNS agents, run diagnostics, and convert da
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"
]
}
}
}
Run in terminal:
claude mcp add dxpert-mcp npx -y dxpert-ai/dxpert-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"dxpert-mcp": {
"command": "npx",
"args": [
"-y",
"dxpert-ai/dxpert-mcp"
]
}
}
}