Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"waitlister": {
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
},
"args": [
"-y",
"waitlister-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP (Model Context Protocol) server that connects AI assistants like Claude, Cursor, and Windsurf to the Waitlister API. Manage your waitlist subscribers through natural language.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'waitlister-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked waitlister-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
MCP Security Weekly
Get CVE alerts and security updates for Waitlister MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP (Model Context Protocol) server that connects AI assistants like Claude, Cursor, and Windsurf to the Waitlister API. Manage your waitlist subscribers through natural language.
Once connected, you can ask your AI assistant things like:
| Tool | Description |
|---|---|
add_subscriber | Add a new subscriber to your waitlist |
list_subscribers | List subscribers with pagination and sorting |
get_subscriber | Get details for a specific subscriber by ID or email |
update_subscriber | Update a subscriber's name, phone, points, or metadata |
log_view | Record a waitlist page view for analytics |
No installation needed — just configure your MCP client:
{
"mcpServers": {
"waitlister": {
"command": "npx",
"args": ["-y", "waitlister-mcp"],
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
}
}
}
}
npm install -g waitlister-mcp
Then configure:
{
"mcpServers": {
"waitlister": {
"command": "waitlister-mcp",
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
}
}
}
}
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"waitlister": {
"command": "npx",
"args": ["-y", "waitlister-mcp"],
"env": {
"WAITLISTER_API_KEY": "your-api-key",
"WAITLISTER_WAITLIST_KEY": "your-waitlist-key"
}
}
}
}
Go to Settings → MCP → Add new MCP server and use the same configuration above.
claude mcp add waitlister -- npx -y waitlister-mcp
Then set the environment variables WAITLISTER_API_KEY and WAITLISTER_WAITLIST_KEY.
| Variable | Required | Description |
|---|---|---|
WAITLISTER_API_KEY | Yes | Your Waitlister API key |
WAITLISTER_WAITLIST_KEY | Yes | Your unique waitlist key |
Add a new subscriber to your waitlist.
Parameters:
email (string, required) — Subscriber's email addressname (string, optional) — Subscriber's namephone (string, optional) — Subscriber's phone numberreferred_by (string, optional) — Referral code of the person who referred themmetadata (object, optional) — Custom fields (e.g. { "company": "Acme" })Retrieve a paginated list of subscribers.
Parameters:
limit (number, default 20) — Results per page (1–100)page (number, default 1) — Page numbersort_by (string, default "date") — Sort field: position, points, date, referral_count, emailsort_dir (string, default "desc") — Sort direction: asc or descGet detailed info for a specific subscriber.
Parameters:
id_or_email (string, required) — Subscriber's ID or email addressUpdate a subscriber's information.
Parameters:
id_or_email (string, required) — Subscri