Use the Whop CLI together with Claude to scaffold, build, and ship a Whop app from your terminal.
The Whop CLI plus Claude turns “I want to build a Whop app” into a working integration without leaving your terminal. The CLI scaffolds, deploys, and can register itself as a tool for your agent, while Claude reads Whop’s docs over MCP and writes the code. You stay in the loop.
You need a Whop account. Install the CLI with curl -fsSL https://whop.com/install.sh | sh. Commands on this page are verified against CLI v0.16.1.
The CLI operates on production. There is no sandbox mode, and its wizards can create real apps and move real money.
Connect the two Whop MCP servers so Claude can read the docs and call the API as it builds. The install blocks for both are on AI and MCP.Then sync Whop’s skill files, so the agent knows Whop’s conventions without being told each time:
whop skills add
Now Claude can answer questions like how to accept payments on Whop from the current docs, and act on your account through the API.
Registers the app, scaffolds the latest template, wires it for Whop hosting, and installs dependencies. Then ask Claude: “Using the Whop docs, add an embedded checkout and a webhook that grants access on payment.” Claude pulls the current API from the Docs MCP and writes against it.