whop-payments-mcp
v0.1.0
Published
MCP Server for the Whop Payments API
Downloads
16
Readme
Whop Payments MCP Server
Connect AI tools to the Whop Payments API. Works with Cursor, Claude Desktop, and any MCP-compatible client.
Quick start
npx @whop/payments-mcp --api-key=apik_your_key_here --company-id=biz_your_id_hereSetup
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"whop": {
"command": "npx",
"args": ["@whop/payments-mcp", "--api-key=apik_xxx", "--company-id=biz_xxx"]
}
}
}Claude Desktop
Add to Claude Desktop MCP settings:
{
"mcpServers": {
"whop": {
"command": "npx",
"args": ["@whop/payments-mcp", "--api-key=apik_xxx", "--company-id=biz_xxx"]
}
}
}Remote (OAuth)
For remote MCP clients, connect via:
https://your-deployment-url.workers.dev/sseAuthentication
Get your API key and company ID from whop.com/dashboard → Developer → API Keys.
Pass them via CLI flags or environment variables:
| Flag | Env var | Description |
|------|---------|-------------|
| --api-key | WHOP_API_KEY | Your Whop API key |
| --company-id | WHOP_COMPANY_ID | Your company ID |
| --tools | — | Filter which resources to load |
Resources
Products · Plans · Checkout Configurations · Payments · Memberships · Webhooks · Companies
Use --tools to load only what you need:
npx @whop/payments-mcp --api-key=apik_xxx --company-id=biz_xxx --tools=payments,memberships