Solana

v1.0.0Finance & Fintechstable

🐍 🏠 - Solana blockchain data for AI agents — wallet balances, token

agentagent-toolsmcpmcp-rustmcp-server
Share:
59
Stars
0
Downloads
0
Weekly
0/5

What is Solana?

Solana is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🐍 🏠 - solana blockchain data for ai agents — wallet balances, token

🐍 🏠 - Solana blockchain data for AI agents — wallet balances, token

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP protocol support

Use Cases

Solana blockchain data for agents
Wallet balances and token information
AiAgentKarl

Maintainer

LicenseMIT License
Languagerust
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y solana

Manual Installation

npx -y solana

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 Solana

The Solana MCP server provides AI agents and assistants with real-time access to Solana blockchain data through the Helius API, covering wallet balances, token holdings, transaction history, token pricing, DeFi yields, and whale wallet tracking. It exposes 11 specialized tools for querying on-chain data, comparing yields across DEXes like Raydium and Orca, checking token safety scores via RugCheck, and monitoring large token movements. Crypto traders, DeFi researchers, and AI agents building on-chain analytics workflows use this server to query Solana blockchain state through natural language.

Prerequisites

  • A free Helius API key obtained from https://dev.helius.xyz (1 million credits per month on the free tier)
  • Python 3.9+ with pip installed, or Node.js 18+ for npx usage
  • An MCP client such as Claude Desktop configured to run MCP servers
  • Basic familiarity with Solana wallet addresses and token mint addresses
1

Obtain a free Helius API key

Sign up at https://dev.helius.xyz and create a new project to get your free API key. The free tier provides 1 million credits per month which is sufficient for most use cases.

2

Install the solana-mcp-server package

Install via pip to get the solana-server command available in your PATH.

pip install solana-mcp-server

# Verify install:
solana-server --help
3

Configure your MCP client

Add the Solana MCP server to your claude_desktop_config.json with your Helius API key.

{
  "mcpServers": {
    "solana": {
      "command": "solana-server",
      "env": {
        "HELIUS_API_KEY": "your-helius-api-key-here"
      }
    }
  }
}
4

Restart Claude Desktop

Restart your MCP client to load the Solana server. The 11 blockchain tools should appear in the available tool list.

5

Test with a wallet balance query

Ask your AI assistant to fetch the SOL and token balances for any Solana wallet address to confirm the server is working.

Solana Examples

Client configuration

Claude Desktop config for the Solana MCP server using pip-installed solana-server command.

{
  "mcpServers": {
    "solana": {
      "command": "solana-server",
      "env": {
        "HELIUS_API_KEY": "your-helius-api-key-here"
      }
    }
  }
}

Prompts to try

Example prompts to use with the Solana MCP server once connected.

- "What is the SOL balance and token holdings for wallet address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU?"
- "Get the current price of the BONK token in USD"
- "Compare the top DeFi yield pools on Raydium and Orca right now"
- "Check if the token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v is safe to trade"
- "Show me the largest transactions for SOL in the last hour"

Troubleshooting Solana

API errors with 'invalid API key' or 401 responses

Verify HELIUS_API_KEY is set correctly in the env block of your MCP config. Copy the key directly from your Helius dashboard at dev.helius.xyz. Ensure there are no leading or trailing spaces in the key value.

Rate limit errors or credit exhaustion on the free tier

The free Helius tier provides 1 million credits per month. Complex queries like whale tracking or portfolio analysis consume more credits. Monitor usage in the Helius dashboard and consider upgrading to a paid plan for high-volume use cases.

solana-server command not found after pip install

Ensure pip's script directory is in your PATH. On macOS/Linux, this is typically ~/.local/bin. Run pip show solana-mcp-server to find the install location, then add that directory to your PATH in ~/.bashrc or ~/.zshrc.

Frequently Asked Questions about Solana

What is Solana?

Solana is a Model Context Protocol (MCP) server that 🐍 🏠 - solana blockchain data for ai agents — wallet balances, token It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Solana?

Install via npm with the command: npx -y solana. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Solana?

Solana works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Solana free to use?

Yes, Solana is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

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

Read the full setup guide →

Ready to use Solana?

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