← Index

io.github.ilpr/waitlister

io.github.ilpr/waitlister·v1.0.2·Other
Quality Score
81
/100

MCP server for the Waitlister API — manage waitlist subscribers through AI assistants.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "waitlister": {
      "command": "npx",
      "args": [
        "-y",
        "waitlister-mcp"
      ],
      "env": {
        "WAITLISTER_API_KEY": "<your-waitlister_api_key>",
        "WAITLISTER_WAITLIST_KEY": "<waitlister_waitlist_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "waitlister": {
      "command": "npx",
      "args": [
        "-y",
        "waitlister-mcp"
      ],
      "env": {
        "WAITLISTER_API_KEY": "<your-waitlister_api_key>",
        "WAITLISTER_WAITLIST_KEY": "<waitlister_waitlist_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y waitlister-mcp
§02  Environment variables
WAITLISTER_API_KEY
requiredsecret

Your Waitlister API key

WAITLISTER_WAITLIST_KEY
required

Your unique waitlist key

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other