Skip to content
Grok

web3agent for Grok

io.github.apegurus/web3agent

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

client:Grok transport:stdio runtime:npm

Install web3agent in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "web3agent": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

web3agent in other clients