OPEN SOURCE

Give your AI agent
full access to Solana

The most comprehensive Model Context Protocol server for Solana. 38 tools across 7 modules. Works with Claude, Cursor, and any MCP client.

Built by visioneth
38
Tools
10
Prompts
7
Modules
3
Networks

LIVE DEMO

Watch your AI agent work on Solana

solana-mcp agent
CONNECTED
> |
SOL $0.00
TPS 0
EPOCH ---
SLOT ---

Quick Start

One line to connect your AI to Solana

claude_desktop_config.json
{
  "mcpServers": {
    "solana-mcp": {
      "command": "npx",
      "args": ["-y", "@visioneth/solana-mcp@latest"]
    }
  }
}

Modules

Everything your agent needs on Solana

💳
Wallet
7 tools
Balance checks, SOL transfers, airdrops, transaction history, and account inspection.
get_balance transfer_sol get_transaction request_airdrop
🪙
SPL Tokens
7 tools
Create, mint, transfer, and burn SPL tokens. Full token lifecycle management.
create_token mint_tokens transfer_token burn_tokens
📈
DeFi
4 tools
Jupiter swap quotes and execution, token prices, and staking account management.
get_swap_quote execute_swap get_token_price get_stake_accounts
🎨
NFT
3 tools
On-chain NFT metadata, collection info, and wallet NFT inventory.
get_nft_metadata get_nfts_by_owner get_nft_collection_info
💻
Programs
4 tools
Inspect on-chain programs, read account data, and identify known Solana programs.
is_program get_program_accounts read_account_data identify_program
📊
Analytics
5 tools
Token holder distribution, supply analysis, SOL price, TPS, and whale tracking.
get_largest_token_holders get_sol_price get_tps
🌐
Network
8 tools
Epoch info, block queries, cluster nodes, SOL supply, rent calculations, and health checks.
get_epoch_info get_block get_supply get_health

Start building in 30 seconds

Install the server and connect your AI agent to Solana. No API keys needed for read-only operations.

$ npx @visioneth/solana-mcp@latest click to copy


View on GitHub