Claude can control a Solana wallet through an open MCP tool
Agentpump is an MCP server that gives Claude access to a real Solana wallet. In Claude Code, plain English commands can create a wallet, find tokens, buy and sell tokens, launch a new token, and withdraw remaining SOL to another address. The transactions are signed and sent on mainnet, so they affect real funds.
The is created on the user’s own computer at `~/.agentpump/wallet.json` and is not sent to the model or to an outside server. Only signed transactions are sent out. Claude Code can install it with `claude mcp add agentpump -- npx -y agentpump-mcp`, and Cursor or another MCP client can connect by adding `npx -y agentpump-mcp` to its MCP settings.
A mainnet RPC is already included, so there is no extra setup for network access. Example commands include showing the , adding about 0.05 SOL, listing launchpad tokens with market cap and progress, buying a token, launching a token, selling part of a holding, and withdrawing all SOL.
Key points
- Claude can use an MCP server to create and control a real Solana wallet.
- Plain chat commands can search tokens, buy, sell, launch a token, and withdraw SOL.
- The stays in `~/.agentpump/wallet.json` on the local machine, according to the project design.
- Claude Code has a one-line install command, and Cursor can connect through MCP settings.
- Because it uses mainnet, mistakes can move or lose real funds.