mcpbeat Sign in

Waitlister MCP Server

local only

Waitlister runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 30 Aug 2026.

Create waitlists, landing pages, manage subscribers, referrals, and view stats on Waitlister.

Installs per day peak 268 · avg 25 · +8% w/w
a month agotoday
52
Installs / week
npm · @waitlister/mcp
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Waitlister every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add waitlister -- npx -y @waitlister/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "waitlister": {
      "args": [
        "-y",
        "@waitlister/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.waitlister]
command = "npx"
args = ["-y", "@waitlister/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "waitlister": {
      "args": [
        "-y",
        "@waitlister/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "waitlister": {
      "args": [
        "-y",
        "@waitlister/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WAITLISTER_ACCOUNT_KEY (Account API key (wl_acct_…) from waitlister.me Settings → API keys. Works on every plan; enables waitlist creation and all landing-page tools.), WAITLISTER_API_KEY (Legacy alternative: per-waitlist API key (wl_…, Growth+ plans) used together with WAITLISTER_WAITLIST_KEY.), WAITLISTER_WAITLIST_KEY (Default waitlist key for per-waitlist-key mode or to scope tools to one waitlist.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Waitlister

same job, measured the same way
FormEdge
by formedge

Create, edit, preview and publish FormEdge forms and landing pages, and review submissions.

answering
Checkout Page
by checkoutpage

Create and manage checkout pages, event ticketing, forms, customers, payments and subscriptions.

answering
Substack MCP Server
by marcomoauro

Manage Substack publishing, subscribers, analytics, reader feeds, comments, and images through MCP.

149 installs/wk local only
All Quiet
by usefulapi

Manage incidents and on-call: list/create/update incidents, who is on call, on-call overrides.

11 tools answering
Hovercode
by hovercode

Create and manage QR codes, short links, landing pages, and forms in your Hovercode workspace.

223 installs/wk 36 tools answering
Notion
by mcparmory

Create, update, and manage pages, databases, and workspace users

250 installs/wk local only
Sendgrid
by usefulapi

Send email and read templates, marketing contacts, lists, stats, bounces and unsubscribes.

11 tools answering
UseWait
by usewait

Create and manage waitlists from your AI agent: page, custom domain, emails, signups, broadcasts.

answering

Waitlister — questions

Answers built from our own checks of this server.

Why is there no uptime for Waitlister?
Waitlister runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @waitlister/mcp was installed 52 times last week.
How do I connect Waitlister?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @waitlister/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Waitlister?
The npm package @waitlister/mcp was installed 52 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Waitlister open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.