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

@axon-corp/launchpad-mcp

v0.1.5

Published

MCP server for Axon Launchpad — lets Claude Code and Cursor push prototypes via natural language.

Readme

@axon-corp/launchpad-mcp

Model Context Protocol server for Axon Launchpad. Lets Claude Code and Cursor agents deploy prototypes to Launchpad with natural-language commands like "Add this project to Launchpad" or "Show me what's still deploying."

Built on top of @axon-corp/launchpad-cli — the MCP server imports the CLI's library modules directly, so the auth, bundle, and upload logic is the same code path you get from launchpad push on the terminal.

Quick start

# 1. Generate a personal access token at:
#      https://launchpad.apps.axon.com/settings/tokens
#    and sign in to the CLI (the MCP server reads the same token store):
npx @axon-corp/launchpad-cli login

# 2. Wire the MCP server into Claude Code and/or Cursor:
npx @axon-corp/launchpad-mcp install

# 3. Restart your IDE. Now ask it:
#      "Push this project to Launchpad."

Tools the agent gets

| Tool | What the agent can do | |---|---| | launchpad_push | Bundle a directory and deploy it. First push to a folder creates a new project; subsequent pushes update the same slug via .launchpad.json. | | launchpad_list | List the prototypes you own. | | launchpad_status | Check the live state of a deployment by ID. | | launchpad_settings | Show auth + base-URL config (masked token preview). Useful sanity check before pushing. |

Modes

Single binary, two entry points:

| Invocation | What runs | |---|---| | npx @axon-corp/launchpad-mcp | Starts the MCP stdio server. Long-lived; invoked by Claude Code / Cursor, never by humans directly. | | npx @axon-corp/launchpad-mcp install | One-time setup wizard. Deep-merges the MCP server entry into ~/.claude.json and/or ~/.cursor/mcp.json without clobbering any other servers you already have configured. |

Environment

Inherits everything from @axon-corp/launchpad-cli:

| Variable | Purpose | |---|---| | LAUNCHPAD_URL | Override the Launchpad base URL (defaults to https://launchpad.apps.axon.com). | | LAUNCHPAD_TOKEN | Override the stored PAT for a single invocation. |

License

Internal — Axon employees only.