Odel
web3agent

web3agent

Local
@apegurus1TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmweb3agentv0.6.2

Run

npx -y web3agent

MCP client config

{
  "mcpServers": {
    "web3agent": {
      "command": "npx",
      "args": [
        "-y",
        "web3agent"
      ]
    }
  }
}