Skip to content
VS Code

Ethereum Wallet Generator for VS Code

io.github.nirholas/ethereum-wallet-mcp

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

client:VS Code transport:stdio runtime:pypi

Install Ethereum Wallet Generator in VS Code

.vscode/mcp.json

{
  "servers": {
    "ethereum-wallet-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ethereum-wallet-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ethereum Wallet Generator in other clients