@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.
