Skip to main content
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.

1. Pick your business

Chooses or creates the Whop business the CLI acts on, and signs you in. To sign in on its own, whop login --method oauth opens a browser.

2. Give your agent Whop’s tools

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:
Now Claude can answer questions like how to accept payments on Whop from the current docs, and act on your account through the API.

3. Scaffold an app

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.

4. Develop, then ship

Use whop apps deploy --preview to upload without promoting, then promote later. That’s also how you roll back.
Keep Claude pointed at the Whop Docs MCP server for the whole session. It keeps the code on the current API.

Next steps

AI and MCP

The full MCP setup.

Whop CLI

The full command surface.