Skip to content
Claude Desktop

web3agent for Claude Desktop

io.github.apegurus/web3agent

Web3 MCP proxy for AI agents: DeFi swaps, bridges, market data, wallets, and gated writes.

client:Claude Desktop transport:stdio runtime:npm

Install web3agent in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "web3agent": {
      "command": "npx",
      "args": [
        "-y",
        "web3agent"
      ],
      "env": {
        "CHAIN_ID": "<CHAIN_ID>",
        "CONFIRM_WRITES": "<CONFIRM_WRITES>",
        "ETHERSCAN_API_KEY": "<ETHERSCAN_API_KEY>",
        "ZEROX_API_KEY": "<ZEROX_API_KEY>",
        "COINGECKO_API_KEY": "<COINGECKO_API_KEY>",
        "CCXT_CONFIG_PATH": "<CCXT_CONFIG_PATH>",
        "OWS_PASSPHRASE": "<OWS_PASSPHRASE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

web3agent in other clients