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
/plugin marketplace add helius-labs/core-ai
/plugin install helius@helius-labsHelius MCP
Access 60+ tools that expose RPC, DAS, webhooks, and transaction sending tools to any MCP-compatible AI assistant or agent framework.
- Drop-in MCP server for Claude, Codex, and more
- 60+ tools 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+ tools for balances, tokens, and transactions
- Configure once, use across all agent workflows
claude mcp add helius npx helius-mcp@latestHelius 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
# 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 keyHelius 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
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
];
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
Ship faster
Start using Helius with Claude, Codex, or your own agentic workflows



