ExpertVagabond/solana-mcp-server
Solana MCP server for wallet management, transactions, and program interactions
Platform-specific configuration:
{
"mcpServers": {
"solana-mcp-server": {
"command": "npx",
"args": [
"-y",
"solana-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server for Solana blockchain interactions, providing comprehensive wallet management, transaction handling, and program interactions.
npm install
npm run buildnpm startcreate_wallet - Create a new Solana walletimport_wallet - Import existing wallet from private keylist_wallets - List all managed walletsget_balance - Get SOL balance for a walletget_token_balance - Get SPL token balancetransfer_sol - Transfer SOL between walletstransfer_tokens - Transfer SPL tokensairdrop_sol - Request SOL airdrop (devnet/testnet only)get_account_info - Get detailed account informationget_transaction - Get transaction details by signaturecreate_token_account - Create associated token acLoading reviews...