60+ Live Tools
DAS API, RPC, transfers, webhooks, streaming, wallet analysis, priority fees, onboarding, and docs
Autonomous Signup
Create a Helius account and get an API key entirely within Claude — no browser needed
Real-Time Data
Subscribe to Enhanced WebSockets and LaserStream gRPC directly from your AI tool
Any MCP Client
Works with Claude Code, Claude Desktop, Cursor, VS Code, Windsurf, and any MCP-compatible tool
What is MCP?
The Model Context Protocol (MCP) is an open-source standard introduced by Anthropic that allows AI models to securely connect with external data sources, tools, and APIs. It uses a client-server architecture where a host (like Claude) connects to an MCP server, allowing the AI to query databases, call APIs, or execute actions through a universal, standardized interface. Why this matters for Helius: The MCP gives Claude direct access to tools likegetBalance, parseTransactions, and getAssetsByOwner. Without it, Claude has to guess at API responses or make numerous curl requests to gain context. The MCP allows Claude to actually interact with Solana through Helius because it has the relevant tooling — live blockchain data, transaction submission, webhook management, and more.
The Helius docs site at helius.dev/docs also exposes a separate MCP server auto-generated by Mintlify. That server is scoped to documentation search only.
helius-mcp documented here is the comprehensive server covering all Helius and Solana functionality.Quick Start
Configure your API key
If you already have a key:Or set it inside Claude by calling the
setHeliusApiKey tool. API keys are resolved in this order:setHeliusApiKeytool call within the sessionHELIUS_API_KEYenvironment variable~/.helius/config.json(set via the Helius CLI)
Connecting to the Helius MCP Server
- Claude Code
- Claude Desktop
- Cursor
- VS Code
- Windsurf
- Codex
Run the following command:Or add to your project’s Verify with:
.mcp.json:Autonomous Signup
Create a Helius account entirely within your AI tool — no browser needed:Generate a keypair
The AI calls the
generateKeypair tool — it creates a Solana wallet and returns the address.Tool Catalog
The MCP server exposes 60+ tools across 14 categories — onboarding, DAS API, RPC, transfers, webhooks, WebSockets, LaserStream, wallet analysis, billing, Solana knowledge, and docs.Full Tool Catalog
All 60+ tools organized by category with descriptions for every tool
Network Configuration
The MCP server defaults to mainnet-beta. Switch to devnet via environment variable:setNetwork tool within a session.
Skills
Skills are expert instruction sets that teach Claude how to route your requests to the right MCP tools and reference files. They go beyond raw tool access — they include routing logic, correct SDK patterns, and rules that prevent common mistakes.Skills Overview
Four skills available: Build (general Solana dev), Phantom (frontend dApps), DFlow (trading apps), and SVM (protocol internals)