loading…
Search for a command to run...
loading…
Create and import Solana wallets, manage balances, and view account information. Transfer SOL and SPL tokens, request airdrops on devnet/testnet, and set up tok
Create and import Solana wallets, manage balances, and view account information. Transfer SOL and SPL tokens, request airdrops on devnet/testnet, and set up token accounts. Switch networks and inspect transactions to streamline development and testing.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"solana-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"ExpertVagabond/solana-mcp-server"
]
}
}
}