Enter Your API Key

Your API key from the Lemonsqueezy purchase email

Don't have an API key? Get a plan

Loading your dashboard...

Overview
WhatsApp Setup
Claude Config
Subscription
Status
WhatsApp

Your API Key

Use this key in the X-API-Key header of your Claude MCP configuration.

Connect Your Own WhatsApp Number

Configure your own WhatsApp Business credentials to use your own phone number instead of the shared test number.

Need help getting these credentials? Follow the Meta Business Account setup guide.
From Meta Developer Portal > WhatsApp > API Setup. Use a System User token for permanent access.
Found in Meta Developer Portal > WhatsApp > API Setup, below your test phone number.
Found next to the Phone Number ID in the API Setup page.

Claude Desktop Configuration

Copy this JSON into your Claude Desktop config file:

Config file location:
Windows: %APPDATA%\Claude\claude_desktop_config.json
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whatsapp": {
      "type": "url",
      "url": "https://whatsapp-mcp-server.eosspirit.workers.dev/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}