By helius-labs
Build and interact with Solana blockchain applications using Helius infrastructure — send transactions, query assets and NFTs, stream real-time data via WebSocket/gRPC, set up webhook pipelines, analyze wallets, and integrate DEX aggregation for trading. Includes React/React Native frontend support with Phantom wallet connect, token gating, and crypto payments.
Build Solana applications with Helius infrastructure. Covers transaction sending (Sender), asset/NFT queries (DAS API), real-time streaming (WebSockets, Laserstream), event pipelines (webhooks), priority fees, wallet analysis, and agent onboarding.
Build Solana trading applications combining DFlow trading APIs with Helius infrastructure. Covers spot swaps (imperative and declarative), prediction markets, real-time market streaming, Proof KYC, the DFlow Agent CLI for autonomous trading, transaction submission via Sender, fee optimization, shred-level streaming via LaserStream, and wallet intelligence.
Build Solana DeFi applications combining Jupiter APIs with Helius infrastructure. Covers token swaps (Swap API V2), lending/borrowing (Lend protocol), limit orders (Trigger), DCA (Recurring), token/price data, transaction submission via Sender, fee optimization, real-time streaming, and wallet intelligence.
Build Solana trading and intelligence applications combining OKX DEX aggregation with Helius infrastructure. Integration-only layer — describes when and how to compose OKX tools with Helius tools for swaps, token discovery, smart money signals, meme token analysis, and portfolio intelligence.
Build frontend Solana applications with Phantom Connect SDK and Helius infrastructure. Covers React, React Native, and browser SDK integration, transaction signing via Helius Sender, API key proxying, token gating, NFT minting, crypto payments, real-time updates, and secure frontend architecture.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
The official Helius AI tooling repository — everything you need to interact with Helius and Solana from the command line, from AI assistants like Claude, or autonomously as an agent.
| Package | Description | Install |
|---|---|---|
helius-cli | CLI for managing Helius accounts and querying Solana data | npm install -g helius-cli |
helius-mcp | MCP server with 10 public tools total: 9 routed domains plus expandResult | claude mcp add helius npx helius-mcp@latest |
helius-skills | Standalone Claude Code skills for building on Solana | ./install.sh |
helius-plugin | Claude Code plugin — bundles all skills and auto-starts the MCP server | /plugin install helius@helius |
A CLI built for developers and LLM agents to manage Helius accounts, query Solana blockchain data, and automate workflows.
npm install -g helius-cli
# or
pnpm add -g helius-cli
If you already have an API key, just set it and go:
helius config set-api-key <your-api-key>
Get your key from dashboard.helius.dev. That's it — skip the steps below.
Step 1 — Generate a keypair
helius keygen
This creates a new Solana keypair and saves it to ~/.helius/keypair.json. The public key is printed to the terminal — you'll need it for the next step.
Step 2 — Fund the keypair (manual)
Before creating an account, send the following to the public key from step 1:
You can use any wallet or exchange to send funds. The CLI will not proceed until the keypair has the required balance.
Step 3 — Create your Helius account
helius signup
Step 4 — Start using the CLI
# Query a wallet balance
helius balance <wallet-address>
# Parse a transaction
helius tx parse <signature>
Account & Auth — Generate keypairs, create and upgrade Helius accounts, manage projects and API keys
Blockchain Queries — SOL and token balances, transaction parsing and history, digital assets (NFTs) via the DAS API, account info, block data, network status, and priority fee estimation
Webhooks — Create, update, and delete webhooks for transaction monitoring
Real-time Streaming — WebSocket subscriptions for accounts, logs, slots, signatures, and programs
Staking — Create and manage stake accounts, stake and unstake transactions
ZK Compression — 24+ commands for working with compressed accounts and tokens
Transaction Sending — Use Helius Sender for low-latency sends
The CLI stores configuration at ~/.helius/config.json. API keys are resolved in this order:
--api-key <key> flagHELIUS_API_KEY environment variable~/.helius/config.jsonhelius config show # View current config
helius config set-api-key <key> # Set API key
helius config set-network devnet # Switch to devnet
helius config clear # Reset config
A Model Context Protocol server that exposes Helius and Solana tools directly to AI assistants. Once connected, Claude and other MCP-compatible models can query blockchain data, manage webhooks, and send transactions without any additional code.
Note on the Helius docs MCP: The Helius docs site at helius.dev/docs exposes a separate MCP server auto-generated by Mintlify. That server is scoped only to documentation search and is not related to this repo.
helius-mcphere is the comprehensive server covering all Helius and Solana functionality.
The server exposes 10 public tools total: 9 routed domain tools plus expandResult.
heliusAccount — account setup, auth, plans, billingheliusWallet — wallet balances, holdings, identity, wallet historyheliusAsset — assets, NFTs, collections, token holdersheliusTransaction — parsed transactions and wallet transaction historyheliusChain — raw chain state, token accounts, blocks, network status, stake reads, priority feesheliusStreaming — webhook CRUD and live subscription configurationheliusKnowledge — docs, guides, pricing references, troubleshooting, source, blog, SIMDsheliusWrite — SOL/token transfers and staking mutationsheliusCompression — compressed account, proof, balance, and history queriesexpandResult — expand summary-first results by resultIdnpx claudepluginhub helius-labs/core-ai --plugin heliusClaude Code skill pack for QuickNode (18 skills)
Blockchain data and infrastructure via Alchemy — EVM/Solana RPC, NFT API, token prices, portfolio, transfers, webhooks. Supports API key and agentic gateway (x402/MPP) auth flows.
Blockchain RPC access for AI agents — 200+ networks via DRPC MCP gateway
Expert Solana development with Claude: production-grade Anchor, Quasar, Rust, and TypeScript patterns with a focus on financial correctness — onchain math, escrows, AMMs, vaults, oracle freshness, and slippage. Made by Quicknode.
Hive Intelligence — agent-facing crypto intelligence MCP. Market data, DeFi, wallets, token security, DEX flows, NFTs, Solana, network infrastructure, and prediction markets via a hosted MCP server.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer