Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"launchlist-simple-wa": {
"command": "npx",
"args": [
"-y",
"guilhermetechmakers/launchlist-simple-waitlist-page-builder-1773432703552"
]
}
}
}
Run in terminal:
claude mcp add launchlist-simple-wa npx -y guilhermetechmakers/launchlist-simple-waitlist-page-builder-1773432703552
Add to .cursor/mcp.json:
{
"mcpServers": {
"launchlist-simple-wa": {
"command": "npx",
"args": [
"-y",
"guilhermetechmakers/launchlist-simple-waitlist-page-builder-1773432703552"
]
}
}
}