This connects Claude to the Solana blockchain through 25 tools covering the complete SPL token lifecycle. You get wallet management, token creation and minting, plus the operations most servers skip: burning, freezing accounts, authority transfers, and delegate approvals. It wraps @solana/web3.js and @solana/spl-token with support for mainnet, devnet, testnet, and localhost. Private keys stay in memory only and clear on exit. Reach for this when you need Claude to handle end-to-end token operations or query chain state without writing custom scripts for each network call.
claude mcp add --transport stdio io.github.expertvagabond-solana -- npx -y solana-mcp-server