Skip to main content
Whop provides Model Context Protocol (MCP) servers to accelerate app development with AI assistance.

Whop Docs MCP Server

Gives AI agents direct access to Whop documentation for accurate guidance while building apps.

Quick install for Cursor

Install MCP Server

Manual setup

// Add to: ~/.cursor/config/mcp.json
{
  "mcpServers": {
    "whop-docs": {
      "url": "https://docs.whop.com/mcp"
    }
  }
}
This allows your AI agent to search and read all Whop documentation, helping you implement features correctly.

Whop API MCP Server

Allows AI agents to make direct API calls to Whop. Available via two transport methods:
  • SSE: mcp.whop.com/sse
  • HTTP Streaming: mcp.whop.com/mcp

Authentication

When connecting, provide your API key in the authorization prompt:
  • Company API Key - For accessing only your company’s data
  • App API Key - For accessing data across companies that have installed your app

Claude.ai Guide

To connect Claude Web to this MCP server:
  1. Open Claude Web
  2. Go to Settings -> Connectors
  3. Click ”+ Add Custom Connector”
  4. Add the MCP server URL: https://mcp.whop.com/sse
This enables your AI agent to list resources, create data, and explore your Whop setup interactively.