mcpbeat Sign in
local only

Multi Wallet runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 10 · avg 4 · +33% w/w
a month agotoday
30
Installs / week
npm · @thryx/multi-wallet-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add multi-wallet -- npx -y @thryx/multi-wallet-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "multi-wallet": {
      "args": [
        "-y",
        "@thryx/multi-wallet-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.multi-wallet]
command = "npx"
args = ["-y", "@thryx/multi-wallet-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "multi-wallet": {
      "args": [
        "-y",
        "@thryx/multi-wallet-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "multi-wallet": {
      "args": [
        "-y",
        "@thryx/multi-wallet-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RPC_URL (RPC endpoint URL (defaults to Base mainnet)), THRYX_API_KEY (Premium API key for unlimited access), DEPLOYER_PRIVATE_KEY (Private key for write operations like distributing ETH), WALLET_PASSWORD (Password for encrypted wallet storage). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Multi Wallet

same job, measured the same way
Agent Wallet MCP
by rumblingb

Agent wallet and budget management for AI agents

local only
Base Multi Wallet MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

238 installs/wk local only
Generate-Data
by ns-3e

MCP server for Generate-Data.com: dataset generation, AI schema design, Project management.

80 installs/wk local only
Agentwallet
by hifriendbot

Wallet infrastructure for Ai agents. EVM + Solana. x402 payments. No KYC.

161 installs/wk local only
Ctxl
by autoblocks

Personal context management for AI assistants

51 installs/wk local only
Contextlayer MCP
by autoblocks

Personal context management for AI assistants

50 installs/wk local only
Ctxl MCP
by autoblocks

Personal context management for AI assistants

50 installs/wk local only
Thoth MCP
by zeiq-co

MCP server for Thoth with multi-platform AI content generation

52 installs/wk local only

Multi Wallet — questions

Answers built from our own checks of this server.

Why is there no uptime for Multi Wallet?
Multi Wallet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @thryx/multi-wallet-mcp-server was installed 30 times last week.
Is Multi Wallet still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Multi Wallet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @thryx/multi-wallet-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Multi Wallet?
The npm package @thryx/multi-wallet-mcp-server was installed 30 times in the last week. Week over week that is +33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.