Multi-wallet management for AI agents — generate, distribute, consolidate on EVM
claude mcp add multi-wallet -- npx -y @thryx/multi-wallet-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"multi-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"multi-wallet": {
"command": "npx",
"args": [
"-y",
"@thryx/multi-wallet-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.lordbasilaiassistant-sudo--multi-wallet/reviews or the review_server meta-tool.
POST /mcp