Official Cursor plugin for web2wave — quiz funnels, paywalls, subscriptions, analytics, and A/B experiments.
Includes:
- MCP server — hosted at
https://mcp.web2wave.com/mcp(OAuth + PKCE) - Skills — quiz authoring, design-to-quiz pipeline, experiment readouts
- Workflows — validated publish paths, preview URLs, visual iteration loops
The MCP server implementation lives in web2wave/web2wave-mcp.
- Open Cursor Settings → Plugins (or install from the Cursor Marketplace once listed).
- Add this repository:
https://github.com/web2wave/cursor-plugin - Enable the web2wave MCP server when prompted.
- Authorize with your project API key (Cabinet → Project Settings → API).
Cursor opens a browser OAuth page — paste your API key once; the token is stored for subsequent sessions.
Remote (default, configured in mcp.json):
{
"mcpServers": {
"web2wave": {
"type": "http",
"url": "https://mcp.web2wave.com/mcp"
}
}
}Local stdio alternative (for development):
{
"mcpServers": {
"web2wave": {
"command": "npx",
"args": ["-y", "@web2wave/mcp"],
"env": { "WEB2WAVE_API_KEY": "your-project-key" }
}
}
}See web2wave-mcp README for all auth modes and environment variables.
| Skill | Use when... |
|---|---|
web2wave |
General MCP workflows — API discovery, previews, safety model |
web2wave-quiz-authoring |
Creating or editing quiz/paywall screens JSON |
web2wave-design-to-quiz |
Figma/screenshot → published quiz with visual QA loop |
web2wave-experiments |
A/B experiment analysis and ship/keep-running verdicts |
Pair with the Figma Cursor plugin when the design source is Figma.
node scripts/validate-plugin.mjs- Valid
.cursor-plugin/plugin.jsonandmcp.json - Logo at
assets/logo.svg - Skills with YAML frontmatter (
name,description) - Contact Cursor: Slack or
kniparko@anysphere.com
MIT