Connection check
local install
solana
Solana MCP server for wallet, transactions & programs
Tools
25
GitHub stars
1
Installs / wk
—
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
25 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
airdrop_sol
from source
Request SOL airdrop for testing (devnet/testnet only) Request SOL airdrop for testing (devnet/testnet only)
approve_delegate
from source
Approve a delegate to transfer tokens on your behalf Approve a delegate to transfer tokens on your behalf
burn_tokens
from source
Burn tokens from a wallet Burn tokens from a wallet
close_token_account
from source
Close a token account and reclaim rent Close a token account and reclaim rent
create_spl_token
from source
Create a new SPL token with specified decimals Create a new SPL token with specified decimals
create_token_account
from source
Create associated token account for SPL tokens Create associated token account for SPL tokens
create_wallet
from source
Create a new Solana wallet Create a new Solana wallet
freeze_account
from source
Freeze a token account to prevent transfers Freeze a token account to prevent transfers
get_account_info
from source
Get detailed account information Get detailed account information
get_balance
from source
Get SOL balance for a wallet Get SOL balance for a wallet
get_network_info
from source
Get current network information Get current network information
get_recent_blockhash
from source
Get recent blockhash for transaction building Get recent blockhash for transaction building
get_token_accounts
from source
Get all token accounts for a wallet Get all token accounts for a wallet
get_token_balance
from source
Get SPL token balance for a wallet Get SPL token balance for a wallet
get_token_supply
from source
Get the total supply of a token Get the total supply of a token
get_transaction
from source
Get transaction details by signature Get transaction details by signature
import_wallet
from source
Import an existing wallet from private key or mnemonic Import an existing wallet from private key or mnemonic
list_wallets
from source
List all created/imported wallets List all created/imported wallets
mint_tokens
from source
Mint tokens to a specific account Mint tokens to a specific account
revoke_delegate
from source
Revoke a delegate Revoke a delegate
set_token_authority
from source
Set or change authority for a token mint or account Set or change authority for a token mint or account
switch_network
from source
Switch Solana network Switch Solana network
thaw_account
from source
Thaw a frozen token account to allow transfers Thaw a frozen token account to allow transfers
transfer_sol
from source
Transfer SOL between wallets Transfer SOL between wallets
transfer_tokens
from source