heIius-labs/core-ai
Official Helius AI tooling repository
Platform-specific configuration:
{
"mcpServers": {
"core-ai": {
"command": "npx",
"args": [
"-y",
"core-ai"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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-cliIf 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 keygenThis 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
Loading reviews...