implexa-mcp-server

Implexa-Inc/implexa-mcp-server
★ 0 stars JavaScript AI/LLM Updated 5d ago
npm proxy @implexa/mcp-server (needs to be public for claude plugin install to work)
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": {
    "implexa-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Implexa-Inc/implexa-mcp-server"
      ]
    }
  }
}