← Index

io.github.lordbasilaiassistant-sudo/multi-wallet

io.github.lordbasilaiassistant-sudo/multi-wallet·v1.0.2·Other
Quality Score
85
/100

Multi-wallet management for AI agents — generate, distribute, consolidate on EVM

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "multi-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/multi-wallet-mcp-server"
      ],
      "env": {
        "RPC_URL": "<rpc_url>",
        "THRYX_API_KEY": "<your-thryx_api_key>",
        "DEPLOYER_PRIVATE_KEY": "<your-deployer_private_key>",
        "WALLET_PASSWORD": "<your-wallet_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "multi-wallet": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/multi-wallet-mcp-server"
      ],
      "env": {
        "RPC_URL": "<rpc_url>",
        "THRYX_API_KEY": "<your-thryx_api_key>",
        "DEPLOYER_PRIVATE_KEY": "<your-deployer_private_key>",
        "WALLET_PASSWORD": "<your-wallet_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @thryx/multi-wallet-mcp-server
§02  Environment variables
RPC_URL

RPC endpoint URL (defaults to Base mainnet)

THRYX_API_KEY
secret

Premium API key for unlimited access

DEPLOYER_PRIVATE_KEY
secret

Private key for write operations like distributing ETH

WALLET_PASSWORD
secret

Password for encrypted wallet storage

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other