MCP.so
Sign In

Waitlister

@ilpr

About Waitlister

Official MCP server for the Waitlister API — create waitlists, add subscribers, and track signups through AI assistants like Claude, Cursor, and Windsurf

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "waitlister": {
      "command": "npx",
      "args": [
        "-y",
        "@waitlister/mcp"
      ],
      "env": {
        "WAITLISTER_ACCOUNT_KEY": "wl_acct_your-key"
      }
    }
  }
}

Tools

9

Create a new waitlist; returns its key + a form URL that collects signups immediately

List every waitlist you own, with subscriber/view counts

Subscriber + view counters for a waitlist (social proof)

Add a new subscriber to a waitlist

List subscribers with pagination and sorting (Growth+)

Get details for a subscriber by ID or email (Growth+)

Update subscriber name, phone, points, or metadata (Growth+)

Permanently delete a subscriber (Growth+)

Record a waitlist page view for an

Overview

What is Waitlister?

Waitlister is an MCP server that integrates the Waitlister waitlist management platform with AI assistants. It allows users to manage subscribers and analytics directly through an AI interface. The server is intended for Waitlister customers on the Growth or Business plan.

How to use Waitlister?

Install the waitlister-mcp npm package and configure it with your Waitlister API key, which you obtain from the dashboard under Integrations → API access. Once set up, you can invoke tools such as add_subscriber and list_subscribers through your AI assistant.

Key features of Waitlister

  • Add a new subscriber to your waitlist
  • List subscribers with pagination and sorting
  • Get subscriber details by ID or email
  • Update subscriber name, phone, points, or metadata
  • Record a waitlist page view for analytics

Use cases of Waitlister

  • Add new subscribers to your Waitlister waitlist via an AI assistant
  • Look up and retrieve subscriber details by ID or email
  • Update existing subscriber information (e.g., name, phone, points)
  • Track waitlist page views for analytics purposes
  • Manage your entire Waitlister subscriber base through conversational AI

FAQ from Waitlister

What plan do I need to use Waitlister?

You need a Waitlister account on the Growth or Business plan.

Where do I get my API key?

You can obtain your API key from the Waitlister dashboard under Integrations → API access.

What tools are available in Waitlister?

The server provides five tools: add_subscriber, list_subscribers, get_subscriber, update_subscriber, and log_view.

What data can I update for a subscriber?

You can update the subscriber’s name, phone number, points, or metadata.

Is there any authentication required?

Yes, you must provide a valid Waitlister API key for authentication.

Frequently asked questions

What plan do I need to use Waitlister?

You need a Waitlister account on the Growth or Business plan.

Where do I get my API key?

You can obtain your API key from the Waitlister dashboard under **Integrations → API access**.

What tools are available in Waitlister?

The server provides five tools: `add_subscriber`, `list_subscribers`, `get_subscriber`, `update_subscriber`, and `log_view`.

What data can I update for a subscriber?

You can update the subscriber’s name, phone number, points, or metadata.

Is there any authentication required?

Yes, you must provide a valid Waitlister API key for authentication.

Comments

More Developer Tools MCP servers