install

Web4w3/install
★ 0 stars JavaScript Browser/Web Updated today
Pre-compiled MCP servers for the Web4W3 ecosystem. Use any MCP with a single npx command.
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": {
    "install": {
      "command": "npx",
      "args": [
        "-y",
        "Web4w3/install"
      ]
    }
  }
}