Skip to main content
Helius is the first, and currently the only, crypto company with an official Claude Code plugin in the Anthropic-curated registry. The plugin bundles everything you need to build on Solana in one install — MCP servers for live blockchain access, expert skills that guide Claude’s behavior, and deep reference files for every Helius product.

Helius MCP Server

Auto-starts helius-mcp — 10 routed tools for querying the blockchain, sending transactions, managing webhooks, and more

DFlow MCP Server

Auto-starts the DFlow MCP — tools for trading API details, response schemas, and code examples

Expert Skills

All skills, in one place, making Claude a Solana expert running on Solana’s fastest infrastructure provider

Install

Official (Anthropic-curated)

Install from the Anthropic-curated plugin registry:

From the Helius Marketplace

Install directly from the helius-labs/core-ai marketplace inside Claude Code:

Local Testing

What’s Included

MCP Servers

The plugin auto-starts two MCP servers when Claude Code launches: See Helius MCP for the full tool catalog.

Skills

Reference Files

Deep documentation bundled with each skill that Claude reads before writing code — covering DAS API, Sender, Priority Fees, Webhooks, WebSockets, LaserStream, Wallet API, Enhanced Transactions, Onboarding, Phantom Connect SDK (React, React Native, browser), token gating, NFT minting, payments, frontend security, Jupiter (Swap V2, Lend, Trigger, Recurring, Perps, Predictions, tokens/prices, Plugin), DFlow spot trading and prediction markets, OKX DEX aggregation and intelligence, and integration patterns.

API Key Setup

The plugin auto-starts the MCP server, but you still need a Helius API key. On first use, Claude guides you through one of these paths:
If you already have a key from dashboard.helius.dev, have Claude call the setHeliusApiKey action on heliusAccount:Just tell Claude: “Set my Helius API key to YOUR_API_KEY
DFlow API key: REST dev endpoints work without a key (rate-limited). For production or WebSocket access, get a key from pond.dflow.net/build/api-key.

Usage

Once installed, ask questions in plain English. Claude picks the right tools and reads the right reference files automatically:
  • “Build a swap interface using DFlow and Helius Sender”
  • “What NFTs does this wallet own?”
  • “Set up webhooks to monitor my wallet for incoming transfers”
  • “Parse this transaction: 5abc...
  • “Build a portfolio viewer that shows tokens after connecting Phantom”
  • “Send 1 SOL to Gh9ZwEm...
  • “Create a prediction market trading UI”

Plugin Structure

The plugin contains three top-level files and a skills/ directory: Browse the full source on GitHub.

Learn More

Helius MCP

Full tool catalog and standalone MCP setup

Build Skill

Core Solana development skill details

DFlow Skill

Trading skill details and composite workflows

GitHub

Source code and issue tracking