waitlister for Grok
io.github.ilpr/waitlister
Create waitlists, landing pages, manage subscribers, referrals, and view stats on Waitlister.
client:Grok
transport:stdio
runtime:npm
Install waitlister in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"waitlister": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@waitlister/mcp"
],
"env": {
"WAITLISTER_ACCOUNT_KEY": "<WAITLISTER_ACCOUNT_KEY>",
"WAITLISTER_API_KEY": "<WAITLISTER_API_KEY>",
"WAITLISTER_WAITLIST_KEY": "<WAITLISTER_WAITLIST_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs