multi wallet for Claude Desktop
io.github.lordbasilaiassistant-sudo/multi-wallet
Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
client:Claude Desktop
transport:stdio
runtime:npm
Install multi wallet in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<RPC_URL>",
"THRYX_API_KEY": "<THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<WALLET_PASSWORD>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs