Awesome Solana MCP

v1.0.0Cloud Servicesstable

MCP server for awesome solana mcp servers

awesome-solana-mcp-serversmcpai-integration
Share:
54
Stars
0
Downloads
0
Weekly
0/5

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

Interact with Solana blockchain
Execute Solana smart contracts
sendaifun

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-solana-mcp-servers

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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.

3

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 install
4

Configure 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_required
5

Add 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"
      }
    }
  }
}
6

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.

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.

Quick Config Preview

{ "mcpServers": { "awesome-solana-mcp-servers": { "command": "npx", "args": ["-y", "awesome-solana-mcp-servers"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides