Skip to content

Ethereum Wallet Generator for Zed

io.github.nirholas/ethereum-wallet-mcp

Generate Ethereum wallets with BIP39 mnemonics, HD paths, vanity addresses, private key backup

client:Zed transport:stdio runtime:pypi

Install Ethereum Wallet Generator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "ethereum-wallet-mcp": {
      "command": "uvx",
      "args": [
        "ethereum-wallet-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Ethereum Wallet Generator in other clients