npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

claunch

v1.0.19

Published

Launch tokens directly from Claude Code

Readme

claunch

Launch tokens directly from Claude Code.

Quick Install

npm install -g claunch
claunch-setup

That'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:

  1. Open Phantom wallet
  2. Menu → Settings → Security & Privacy → Export Private Key
  3. Copy the key (long string of letters/numbers)

From Solflare:

  1. Open Solflare → Settings → Export Private Key

Verify Installation

After running claunch-setup:

  1. Start Claude: claude
  2. Type /mcp - should show claunch · ✔ connected
  3. 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 section

Security

  • 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-setup again
  • 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