MCP server for the Waitlister API. Manage your waitlist subscribers, track signups, and log views through AI assistants like Claude, Cursor, and Windsurf.
Overview
Waitlister MCP Server
Manage your Waitlister waitlist through AI assistants.
Tools
- add_subscriber — Add a new subscriber to your waitlist
- list_subscribers — List subscribers with pagination and sorting
- get_subscriber — Get details for a subscriber by ID or email
- update_subscriber — Update subscriber name, phone, points, or metadata
- log_view — Record a waitlist page view for analytics
Setup
Requires a Waitlister account on the Growth or Business plan. Get your API key from Integrations → API access in the dashboard.
Links
Server Config
{
"mcpServers": {
"waitlister": {
"command": "waitlister-mcp",
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
}
}
}
}