Premium feature · MCP integration

Run your waitlist
with Claude.

Connect Waitlist App Premium to Claude. Add walk-ins, send SMS, mark tables seated — in plain English, from any conversation.

3-day free trial · cancel anytime

How it works

From a sentence to a sent SMS — in seconds.

You

"Add Sarah for 6pm, party of 2"

Claude

Picks the right tool, fills in the args

Waitlist MCP

Authenticates & runs the action

Customer

Gets an SMS with their place in line

Setup

Three steps. About 5 minutes.

1

Get an API token.

Tokens authenticate Claude to your queue without exposing your account password. Each token is shown once — copy it straight into a password manager.

  1. a. Open your dashboard and scroll to the API Tokens section.
  2. b. Name the token (e.g. Claude Desktop) and click Create Token.
  3. c. Copy the token from the amber banner — you won't see it again.

The API Tokens section unlocks on the Premium plan ($99.99/mo). On the Pro plan you'll see an upgrade card in the same spot. Upgrade →

2

Connect your Claude client.

Pick how you use Claude. Each tab below has the exact config to paste — replace YOUR_TOKEN_HERE with the token from step 1.

Edit your claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "waitlistapp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://waitlistapp.org/mcp",
        "--header",
        "Authorization: Bearer YOUR_TOKEN_HERE"
      ]
    }
  }
}

Then restart Claude Desktop. The waitlist tools appear in the tools menu.

Available on Claude.ai Pro, Team, and Enterprise plans.

  1. 1 Open Claude.ai → Settings → Integrations.
  2. 2 Click Add custom integration.
  3. 3

    Server URL — copy:

    https://waitlistapp.org/mcp
  4. 4 Authentication — choose Bearer token, paste your token from step 1.
  5. 5 Save. Toggle the integration on in any new chat.

Run this in your terminal — Claude Code stores it in your project's MCP config:

terminal
claude mcp add waitlistapp https://waitlistapp.org/mcp \
  --header "Authorization: Bearer YOUR_TOKEN_HERE"

Verify with claude mcp list.

3

Talk to Claude.

Open a chat with the integration enabled and describe what you want. Claude picks the right tools and runs them.

Add Sarah, Mike, Priya, John, and David to my waitlist — party of 2 each, here for the 6pm seating. Then text Sarah she's on the list.
Adding all five now.
add_entry name="Sarah", party_size=2 #3
add_entry name="Mike", party_size=2 #4
add_entry name="Priya", party_size=2 #5
add_entry name="John", party_size=2 #6
add_entry name="David", party_size=2 #7
notify_entry id=Sarah's id, event="added" SMS sent
Done. Sarah is #3, Mike #4, Priya #5, John #6, David #7. Sarah just got a text confirming she's on the list. Want me to text the rest?

Reference

What Claude can do.

13 tools across queue management, customer notifications, and embedded widgets. Claude reads the schema automatically — you don't have to memorize anything.

Queue

  • list_queue
    See everyone currently waiting.
  • add_entry
    Add a walk-in or booking.
  • update_entry
    Change name, party size, contact info.
  • remove_entry
    Cancel an entry.

Notifications

  • notify_entry
    Send the SMS template for a queue event (added / notified / seated).
  • mark_seated
    Mark a party seated & auto-send the seated SMS.
  • send_sms
    Send a custom SMS to any number via your Twilio integration.

Embed Widgets

  • widgets_list
    List your embeddable widgets.
  • widget_get
    Inspect a widget's schema and domains.
  • widget_entries_list
    List entries from an embedded form.
  • widget_entry_search
    Find an entry by name or email.
  • widget_entry_update_status
    Move entries through their lifecycle.

Security

Built for shared workspaces.

Token-scoped, revocable

Issue a token per device. Revoke instantly from your dashboard if a laptop walks away.

Encrypted credentials

Twilio account credentials are stored with industry-standard AES-256 envelope encryption and never returned to clients.

Your queue, your data

Tools only ever see entries owned by your account. No cross-tenant access, no data sold to third parties.

Ready to talk to your queue?

Premium plan unlocks the MCP server, server-side SMS, and unlimited tokens. 3-day free trial.