Ethereum Wallet Generator for Grok
io.github.nirholas/ethereum-wallet-mcp
Generate Ethereum wallets with BIP39 mnemonics, HD paths, vanity addresses, private key backup
client:Grok
transport:stdio
runtime:pypi
Install Ethereum Wallet Generator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ethereum-wallet-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ethereum-wallet-mcp"
]
}
}
}
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