One-shot anything on Solana
The complete toolkit for agents building on Solana. One-shot Solana apps using the official Helius Claude Code Plugin, MCP Server, skills, and CLI.
Works everywhere your agent does
Helius Claude Code Plugin
Use every Helius API and tool like an expert directly from Claude Code. Query RPCs, parse transactions, and send transactions without leaving your editor.
- Native RPC, WSS, DAS, Sender, and more
- Secure API key handling and best practices
- No context switching; build and ship in one flow
/plugin marketplace add helius-labs/core-ai
/plugin install helius@helius-labs- Native RPC, WSS, DAS, Sender, and more
- Secure API key handling and best practices
- No context switching; build and ship in one flow
Helius MCP
Access 60+ Solana operations exposing RPC, DAS, webhooks, and transaction sending to any MCP-compatible AI assistant or agent framework.
- Drop-in MCP server for Claude, Codex, and more
- 60+ operations for balances, tokens, and transactions
- Configure once, use across all agent workflows
claude mcp add helius npx helius-mcp@latest- Drop-in MCP server for Claude, Codex, and more
- 60+ operations for balances, tokens, and transactions
- Configure once, use across all agent workflows
Helius CLI
Install the Helius CLI to authenticate and use 95+ Helius commands directly from your terminal. Ideal for scripting, CI/CD, and local agent tooling.
- Works with all Helius products
- 95+ commands from auth, to reads and writes
- Use in scripts and automation via env or config
# Install the CLI
npm install -g helius-cli
helius keygen # Generate keypair
# Fund wallet with ~0.001 SOL + 1 USDC
helius signup --json # Create account
helius projects # List projects
helius apikeys <project-id> # Get API key- Works with all Helius products
- 95+ commands from auth, to reads and writes
- Use in scripts and automation via env or config
Helius SDKs
The Official Rust and TypeScript SDKs for Helius, fully optimized and documented for agentic development.
- TypeScript and Rust with full type definitions
- Fully documented patterns for agentic workflows
- RPC, DAS, WebSockets, and transaction helpers
const namespaces = [
"helius.*", // DAS API & RPC methods
"helius.tx.*", // Sender & smart txns
"helius.enhanced.*", // Transaction parsing
"helius.webhooks.*", // Create & manage webhooks
"helius.ws.*", // WebSocket data streaming
"helius.stake.*", // Staking with Helius
"helius.zk.*", // ZK Compression API
"helius.wallet.*", // Helius Wallet API
"helius.raw.*", // @solana/kit RPC client
"helius.auth.*", // Signup & key management
];- TypeScript and Rust with full type definitions
- Fully documented patterns for agentic workflows
- RPC, DAS, WebSockets, and transaction helpers

Helius Skills
Build
Official Helius skill for Solana development
- Solana expertise for agents
- Reference files for every Helius API
- Supports Claude, Codex, Cursor & more
DFlow
DFlow skill for agent-driven trading
- Integrate DFlow with agent workflows
- Swaps, prediction markets, and more
- Uses Helius for landing transactions
Phantom
Phantom skill for building frontend apps
- Phantom Connect SDK + Helius infra
- Handles signing, payments, and more
- Supports React, React Native, and JS
Want to add a skill?
Message our team to integrate your product with our AI toolkit.
FAQs
Helius gives AI agents direct access to Solana via the fastest, most reliable infrastructure possible. Query wallet balances, parse and send transactions, monitor addresses via webhooks, stream real-time data, estimate priority fees—the options are endless. Agents can create a Helius account and configure an API key entirely on their own, with no browser needed.
Helius offers a suite of products that give AI the knowledge and live access it needs to build on Solana. The MCP Server includes 60+ tools that AI agents call directly against Solana. Structured inputs, structured outputs, no shell commands or parsing. It covers all available Helius products and includes autonomous account signup. Works with Claude Code, Cursor, Codex, and any MCP-compatible tool. Skills are instruction sets that make Claude a Solana specialist. Each skill routes your request to the right tools and reference files, follows correct SDK patterns, and avoids common mistakes. Available for general Solana development with Helius (Build), trading apps (via DFlow), frontend apps (via Phantom), and protocol internals (SVM). The Claude Code Plugin bundles the MCP server with expert skills. Install to get live Solana access with deeply informed coding guidance all in one step. The Helius CLI provides shell-level access to the same capabilities as the MCP server. Useful for CI/CD pipelines, scripting, and environments where MCP isn’t available. The TypeScript and Rust SDKs provide type-safe wrappers around Helius APIs for agents so they can call Helius directly from code, without going through an AI tool.
We recommend using the MCP for most use cases—it works with Claude Code, Cursor, Codex, and any MCP-compatible tool. Use the Claude Code plugin if you’re an avid Claude user and want skills bundled in with the MCP. Use the CLI for shell scripts and CI/CD pipelines where you need terminal-level automation. Use the TypeScript or Rust SDKs to write your own agent and have type-safe API access directly in code.
No. An AI agent can programmatically create a Helius account for you by generating a new Solana wallet. Send it 1 USDC and ~0.001 SOL, and the agent can call agenticSignup, which gives you an API key and 1,000,000 credits. Existing users can set their API key and use their plan to the fullest across any of our AI tools.
Getting started only costs 1 USDC, paid on-chain at signup, and includes 1,000,000 credits. Paid plans start at $49/month for higher rate limits and more credits. Sender, our transaction sending service, is included for free on all plans.
Ship faster
Start using Helius with Claude, Codex, or your own agentic workflows



