Multi Wallet
Rank #39,500io.github.lordbasilaiassistant-sudo/multi-wallet
Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
Multi Wallet is a Model Context Protocol (MCP) server published by lordbasilaiassistant-sudo. It ranks #39,500 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Multi Wallet is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Apr 7, 2026.
Ranks ahead of 76,091 of 115,591 servers on MCP Toplist.
Use Multi Wallet
claude mcp add multi-wallet -e "RPC_URL=<your RPC_URL>" -e "THRYX_API_KEY=<your THRYX_API_KEY>" -e "DEPLOYER_PRIVATE_KEY=<your DEPLOYER_PRIVATE_KEY>" -e "WALLET_PASSWORD=<your WALLET_PASSWORD>" -- npx -y @thryx/multi-wallet-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.multi-wallet]
command = "npx"
args = ["-y", "@thryx/multi-wallet-mcp-server"]
[mcp_servers.multi-wallet.env]
RPC_URL = "<your RPC_URL>"
THRYX_API_KEY = "<your THRYX_API_KEY>"
DEPLOYER_PRIVATE_KEY = "<your DEPLOYER_PRIVATE_KEY>"
WALLET_PASSWORD = "<your WALLET_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"THRYX_API_KEY": "<your THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<your WALLET_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"THRYX_API_KEY": "<your THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<your WALLET_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"multi-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"THRYX_API_KEY": "<your THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<your WALLET_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"THRYX_API_KEY": "<your THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<your WALLET_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
],
"env": {
"RPC_URL": "<your RPC_URL>",
"THRYX_API_KEY": "<your THRYX_API_KEY>",
"DEPLOYER_PRIVATE_KEY": "<your DEPLOYER_PRIVATE_KEY>",
"WALLET_PASSWORD": "<your WALLET_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lordbasilaiassistant-sudo%2Fmulti-wallet)<a href="https://mcptoplist.com/server/io.github.lordbasilaiassistant-sudo%2Fmulti-wallet"><img src="https://mcptoplist.com/badge/io.github.lordbasilaiassistant-sudo%2Fmulti-wallet.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lordbasilaiassistant-sudo
Other servers by lordbasilaiassistant-sudo
- AIIM — AI Instant Messenger#6,069 · 1 ver
- Base Price Oracle MCP#28,597 · 3 vers
- THRYX Portfolio#29,860 · 1 ver
- Base Flash Arb MCP#32,983 · 2 vers
- Base Multi Wallet MCP#32,984 · 2 vers
- Base Gasless Deploy MCP#33,958 · 2 vers
- Base Security Scanner MCP#39,494 · 3 vers
- Base Token Sniper#39,495 · 3 vers
- Base Wallet Toolkit#39,496 · 3 vers
- ThryxProtocol MCP Server#40,335 · 1 ver
- MCPAGENT#42,972
- llmgine-mcp#43,677
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Apr 7, 2026 |
| 1.0.1 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Multi Wallet?
- Multi Wallet is maintained by lordbasilaiassistant-sudo, which publishes 25 MCP servers (36 total versions) tracked on MCP Toplist.
- Is Multi Wallet listed on the Official MCP Registry?
- Yes — Multi Wallet is listed on the Official MCP Registry.
- How many versions does Multi Wallet have?
- MCP Toplist tracks 3 versions of Multi Wallet, most recently published on Apr 7, 2026.
- Where can I find the source code for Multi Wallet?
- The source code for Multi Wallet is hosted at github.com/lordbasilaiassistant-sudo/mcp-servers.