multi-wallet
About
Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RPC_URL THRYX_API_KEY DEPLOYER_PRIVATE_KEY WALLET_PASSWORDClaude Code
claude mcp add --env RPC_URL= --env THRYX_API_KEY= --env DEPLOYER_PRIVATE_KEY= --env WALLET_PASSWORD= multi-wallet -- npx @thryx/multi-wallet-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"multi-wallet","command":"npx","args":["@thryx/multi-wallet-mcp-server"],"env":{"RPC_URL":"","THRYX_API_KEY":"","DEPLOYER_PRIVATE_KEY":"","WALLET_PASSWORD":""}}'
JSON
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "",
"THRYX_API_KEY": "",
"DEPLOYER_PRIVATE_KEY": "",
"WALLET_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.