Mirror of https://github.com/aldrin-labs/solana-mcp-server
{
"mcpServers": {
"aldrin-labs-solana-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Mirror of https://github.com/aldrin-labs/solana-mcp-server
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Unlicense. View license →
Is it maintained?
Last commit 416 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
21 tools. ~1,000 tokens (0.5% of 200K). Consider loading selectively.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
get_sol_balanceGet SOL balance for an address
get_token_balanceGet SPL token balance
get_account_infoGet account information
get_largest_accountsGet largest accounts on network
get_slotGet current slot
get_blockGet block information
get_block_timeGet block production time
get_transactionGet transaction details
get_recent_blockhashGet recent blockhash
get_token_accounts_by_ownerGet token accounts by owner
This server is missing a description.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Aldrin Labs_solana Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides comprehensive access to Solana blockchain data through Cline. This server implements a wide range of Solana RPC methods, making it easy to query blockchain information directly through natural language conversations.
The server provides 21 essential Solana RPC methods across different categories:
get_sol_balance: Get SOL balance for an addressget_token_balance: Get SPL token balanceget_account_info: Get account informationget_largest_accounts: Get largest accounts on networkget_slot: Get current slotget_block: Get block informationget_block_time: Get block production timeget_transaction: Get transaction detailsget_recent_blockhash: Get recent blockhashget_token_accounts_by_owner: Get token accounts by ownerget_token_accounts_by_delegate: Get delegated token accountsget_token_supply: Get token supply informationget_epoch_info: Get current epoch informationget_version: Get node versionget_health: Get node health statusget_supply: Get current supplyget_inflation_rate: Get inflation rateget_cluster_nodes: Get cluster node informationget_minimum_balance_for_rent_exemption: Get minimum rent-exempt balanceget_vote_accounts: Get vote accountsget_leader_schedule: Get leader schedule~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json on macOS):{
"mcpServers": {
"solana": {
"command": "cargo",
"args": ["run"],
"cwd": "/path/to/solana-mcp-server",
"env": {
"SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com" // Or your preferred RPC endpoint
}
}
}
}
Once configured, you can interact with the Solana blockchain through natural language in Cline. Here are some example queries:
SOLANA_RPC_URL: (Optional) The Solana RPC endpoint to use. Defaults to "https://api.mainnet-beta.solana.com" if not specified.cargo build
cargo run
MIT License