claunch
v1.0.19
Published
Launch tokens directly from Claude Code
Maintainers
Readme
claunch
Launch tokens directly from Claude Code.
Quick Install
npm install -g claunch
claunch-setupThat's it! The setup script will ask for your Solana private key and configure everything automatically.
Usage
Start Claude Code and create tokens:
You: "Create a pumpfun token called Moon Cat with symbol MCAT,
it's a cat that went to the moon"
Claude: Creating your token now...
Token created successfully!
Token Name: Moon Cat
Symbol: MCAT
Token Address: 7xKXtg2CW87...
View on PumpFun: https://pump.fun/7xKXtg2CW87...Commands
Once configured, just talk to Claude naturally:
| What to say | What happens | |-------------|--------------| | "Create a pumpfun token called X with symbol Y" | Launches a new token | | "Check my wallet balance" | Shows your SOL balance | | "What's my wallet address?" | Shows your wallet address |
Token Options
When creating a token, you can specify:
- name (required): The token name
- symbol (required): The ticker (3-6 characters)
- description (required): What's the token about?
- imageUrl (optional): URL to token logo image
Requirements
- Node.js 18+
- Claude Code CLI:
npm install -g @anthropic-ai/claude-code - Solana wallet with ~0.05 SOL for fees
Getting Your Private Key
From Phantom:
- Open Phantom wallet
- Menu → Settings → Security & Privacy → Export Private Key
- Copy the key (long string of letters/numbers)
From Solflare:
- Open Solflare → Settings → Export Private Key
Verify Installation
After running claunch-setup:
- Start Claude:
claude - Type
/mcp- should showclaunch · ✔ connected - Try: "What's my wallet address?"
Manual Setup
If you prefer to configure manually:
# Install the package
npm install -g claunch
# Add to Claude (run in terminal)
claude mcp add claunch -s user -- claunch
# Edit ~/.claude.json to add your private key in the env sectionSecurity
- Your private key stays on your machine in
~/.claude.json - Never shared with any external server
- All transactions are signed locally
Troubleshooting
"claunch not connected"
- Run
claunch-setupagain - Restart Claude Code
"Insufficient balance"
- Need ~0.05 SOL for fees
- Check balance: "What's my wallet balance?"
"Invalid private key"
- Make sure you copied the entire key
- Should be base58 format (letters and numbers)
License
MIT
