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
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
Tokens authenticate Claude to your queue without exposing your account password. Each token is shown once — copy it straight into a password manager.
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 →
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:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\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.
Server URL — copy:
https://waitlistapp.org/mcp
Run this in your terminal — Claude Code stores it in your project's MCP config:
claude mcp add waitlistapp https://waitlistapp.org/mcp \ --header "Authorization: Bearer YOUR_TOKEN_HERE"
Verify with claude mcp list.
Open a chat with the integration enabled and describe what you want. Claude picks the right tools and runs them.
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
Reference
13 tools across queue management, customer notifications, and embedded widgets. Claude reads the schema automatically — you don't have to memorize anything.
list_queueadd_entryupdate_entryremove_entrynotify_entrymark_seatedsend_smswidgets_listwidget_getwidget_entries_listwidget_entry_searchwidget_entry_update_statusSecurity
Issue a token per device. Revoke instantly from your dashboard if a laptop walks away.
Twilio account credentials are stored with industry-standard AES-256 envelope encryption and never returned to clients.
Tools only ever see entries owned by your account. No cross-tenant access, no data sold to third parties.
Premium plan unlocks the MCP server, server-side SMS, and unlimited tokens. 3-day free trial.