Ethereum Wallet Generator for Cursor
io.github.nirholas/ethereum-wallet-mcp
Generate Ethereum wallets with BIP39 mnemonics, HD paths, vanity addresses, private key backup
client:Cursor
transport:stdio
runtime:pypi
Install Ethereum Wallet Generator in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ethereum-wallet-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ethereum-wallet-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs