nex-mcp-server

NEXAITECHAU/nex-mcp-server
★ 0 stars Python AI/LLM Updated 5d ago
MCP server wrapping NEX Agent Co. x402 inference. 9 tools for Claude Desktop, Cursor, Cline, Windsurf, Aider. Free tier, paid USDC on Base. Apache-2.0.
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": {
    "nex-mcp-server": {
      "command": "uvx",
      "args": [
        "nex-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nex-mcp-server