WalletMCP - Solana Blockchain MCP Server
@paulfruitful
About WalletMCP - Solana Blockchain MCP Server
A Simple MCP Server For Interacting With Solana Wallets
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WalletMCP - Solana Blockchain MCP Server?
WalletMCP is a Model Context Protocol (MCP) server implementation for interacting with the Solana blockchain. It exposes developer-friendly tools for working with wallets, transactions, program buffers, logs, and SOL transfers through MCP-compatible interfaces.
How to use WalletMCP - Solana Blockchain MCP Server?
Clone the repository, install dependencies with npm install, and build the server with npm run build. Then configure it as an MCP server in Claude Desktop by editing the claude_desktop_config.json file and adding the server with the command node and the path to the built index.js file.
Key features of WalletMCP - Solana Blockchain MCP Server
- Retrieve wallet transactions and SOL balances.
- Access program logs from the Solana blockchain.
- List and close BPF Upgradeable Loader buffers (claim unused rents).
- Send SOL transactions programmatically.
- Fully MCP-compliant tool definitions using Zod for schema validation.
Use cases of WalletMCP - Solana Blockchain MCP Server
- Ask "What are my recent transactions?" to get wallet activity.
- Ask "How much SOL do I have?" to fetch a wallet's balance.
- Ask "How many buffers do I have unused?" to list and close program buffers.
- Ask "Send SOL to account [address]" to programmatically transfer SOL.
- Ask "What are the logs for a specific program?" to retrieve program logs.
FAQ from WalletMCP - Solana Blockchain MCP Server
What are the system requirements?
Node.js v16+ and a package manager such as npm or yarn.
How do I configure the server in Claude Desktop?
Open the Claude Desktop config file (claude_desktop_config.json) and add an entry for walletmcp with the command node and the arguments pointing to the built index.js file.
Is it safe to use with my private keys?
The server does not store or log private keys. Always protect your keys — they are used only for sending transactions and never persisted.
Does the server support both mainnet and devnet?
Yes, the sendSolTransaction tool accepts a mode parameter with values "main" or "dev" to target the respective Solana network.
What tools does the server provide?
Tools include getTransactions, getBalance, listBuffers, closeBuffer, getProgramLogs, and sendSolTransaction, each with defined inputs and Zod validation.
Frequently asked questions
What are the system requirements?
Node.js v16+ and a package manager such as npm or yarn.
How do I configure the server in Claude Desktop?
Open the Claude Desktop config file (`claude_desktop_config.json`) and add an entry for `walletmcp` with the command `node` and the arguments pointing to the built `index.js` file.
Is it safe to use with my private keys?
The server does not store or log private keys. Always protect your keys — they are used only for sending transactions and never persisted.
Does the server support both mainnet and devnet?
Yes, the `sendSolTransaction` tool accepts a `mode` parameter with values `"main"` or `"dev"` to target the respective Solana network.
What tools does the server provide?
Tools include `getTransactions`, `getBalance`, `listBuffers`, `closeBuffer`, `getProgramLogs`, and `sendSolTransaction`, each with defined inputs and Zod validation.
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments