Awesome Solana MCP
MCP server for awesome solana mcp servers
What is Awesome Solana MCP?
Awesome Solana MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for awesome solana mcp servers
MCP server for awesome solana mcp servers
This server falls under the Cloud Services category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for awesome solana mcp servers
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx awesome-solana-mcp-serversConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Awesome Solana MCP
Awesome Solana MCP Servers is a curated directory and reference repository that catalogs over 15 MCP servers built for the Solana blockchain ecosystem, covering use cases from token swapping and wallet analysis to DAO management and whale tracking. Rather than being a single server itself, it serves as a starting point for developers building or integrating Solana capabilities into AI assistants, pointing to individual servers for trading, DeFi, staking, NFTs, and more. Developers and Solana builders use it as a map to discover which MCP server best fits their specific blockchain automation need.
Prerequisites
- Node.js 18+ for running individual npx-based Solana MCP servers
- A Solana wallet and RPC endpoint (e.g. from Helius, QuickNode, or the public mainnet endpoint)
- API keys for specific services depending on chosen server (e.g. Jupiter API, Helius API)
- Claude Desktop or another MCP-compatible AI client
- Familiarity with Solana concepts: wallets, tokens, transactions, and SPL programs
Browse the directory to pick the right server
Visit the repository at github.com/sendaifun/awesome-solana-mcp-servers to see the full list of available servers organized by capability: trading, wallet analysis, staking, DAO management, and more.
Identify the server for your use case
The directory lists servers for different tasks. For example: token swapping (Jupiter), wallet analysis and portfolio tracking, staking management, whale tracking, or DAO governance. Click through to the individual server repository that matches your need.
Set up the Solana Agent Kit (common foundation)
Many servers in the collection are built on the Solana Agent Kit. Clone and configure it with your Solana private key and RPC endpoint as a foundation.
git clone https://github.com/sendaifun/solana-agent-kit.git
cd solana-agent-kit
npm installConfigure environment variables for your chosen server
Most Solana MCP servers require your wallet private key and an RPC URL. Create a .env file with the required credentials for the specific server you selected.
SOLANA_PRIVATE_KEY=your_base58_encoded_private_key
RPC_URL=https://mainnet.helius-rpc.com/?api-key=your_helius_api_key
OPENAI_API_KEY=your_openai_key_if_requiredAdd to Claude Desktop configuration
Configure your chosen Solana MCP server in Claude Desktop's config file. The exact command depends on the individual server — refer to its README for the specific args.
{
"mcpServers": {
"solana": {
"command": "npx",
"args": ["awesome-solana-mcp-servers"],
"env": {
"SOLANA_PRIVATE_KEY": "your_private_key",
"RPC_URL": "https://api.mainnet-beta.solana.com"
}
}
}
}Test with a simple query
After restarting Claude Desktop, start with a read-only query to confirm the connection before attempting any write operations like token transfers.
Awesome Solana MCP Examples
Client configuration
Example Claude Desktop configuration for a Solana MCP server with RPC and wallet credentials.
{
"mcpServers": {
"solana": {
"command": "npx",
"args": ["awesome-solana-mcp-servers"],
"env": {
"SOLANA_PRIVATE_KEY": "your_base58_private_key",
"RPC_URL": "https://api.mainnet-beta.solana.com"
}
}
}
}Prompts to try
Example prompts for interacting with the Solana blockchain through an AI assistant.
- "What is the SOL balance of wallet address ABC123?"
- "Show me the top token holdings in my Solana wallet"
- "Get the current price of SOL in USD"
- "List the recent transactions for my wallet"
- "What Solana DeFi protocols have the highest TVL right now?"
- "Analyze the security of this Solana token contract"Troubleshooting Awesome Solana MCP
RPC rate limit errors when querying Solana data
The public Solana RPC endpoint (api.mainnet-beta.solana.com) has strict rate limits. Use a dedicated RPC provider like Helius (helius.dev) or QuickNode, and update RPC_URL in your environment variables to your dedicated endpoint.
Private key format errors on startup
Solana MCP servers typically expect the private key in base58 encoded format (the format exported from wallets like Phantom). Do not use the byte array format. You can convert between formats using the @solana/web3.js library if needed.
Server from the directory does not support the capability I need
The awesome-solana-mcp-servers list contains many different specialized servers. If one server doesn't cover your use case, check the full list in the repository — there may be a more specialized server for trading, NFTs, staking, or analytics that better fits your need.
Frequently Asked Questions about Awesome Solana MCP
What is Awesome Solana MCP?
Awesome Solana MCP is a Model Context Protocol (MCP) server that mcp server for awesome solana mcp servers It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Awesome Solana MCP?
Follow the installation instructions on the Awesome Solana MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Awesome Solana MCP?
Awesome Solana MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Awesome Solana MCP free to use?
Yes, Awesome Solana MCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Awesome Solana MCP Alternatives — Similar Cloud Services Servers
Looking for alternatives to Awesome Solana MCP? Here are other popular cloud services servers you can use with Claude, Cursor, and VS Code.
Open WebUI
★ 138.2kUser-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything LLM
★ 60.4kThe all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
LocalAI
★ 46.4kLocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos
★ 33.0kan easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi ESP32
★ 26.7k本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway
★ 11.8kA blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
Browse More Cloud Services MCP Servers
Explore all cloud services servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Awesome Solana MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Awesome Solana MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.