Developer Tools
Trust: 27/100 (Limited)io.github.ilpr/waitlister Guide
MCP server for the Waitlister API — manage waitlist subscribers through AI assistants.
by ilpr
Quick Start
Install
npx waitlister-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ilpr-waitlister": {
"command": "npx",
"args": [
"waitlister-mcp"
]
}
}
}