Skip to content

Add Lazyweb plugin - #295

Open
aboul3ata wants to merge 1 commit into
cursor:mainfrom
aboul3ata:add-lazyweb-plugin
Open

Add Lazyweb plugin#295
aboul3ata wants to merge 1 commit into
cursor:mainfrom
aboul3ata:add-lazyweb-plugin

Conversation

@aboul3ata

@aboul3ata aboul3ata commented Aug 31, 2026

Copy link
Copy Markdown

Adds the Lazyweb plugin under third_party/lazyweb/.

Lazyweb gives coding agents real product evidence before they design: search real app screens and complete product flows (onboarding, checkout, paywall, signup), thousands of mobile A/B tests with outcomes, and generate growth reports, mockups, and website growth scores — without leaving the editor.

Connection

  • Remote MCP over streamable HTTP: https://www.lazyweb.com/mcp
  • Auth: OAuth 2.1 (PKCE + Dynamic Client Registration) — no API key. Cursor runs the browser sign-in once on first connect; the server advertises OAuth via RFC 9728 protected-resource metadata and RFC 8414 authorization-server metadata. Free accounts get started instantly; paid plans unlock the full toolkit.

Files

  • .cursor-plugin/plugin.json — manifest (category: integrations, minClientVersions.cursor: 3.13.0)
  • mcp.json — MCP server definition
  • README.md, CHANGELOG.md, LICENSE (MIT)
  • assets/logo.png — Lazyweb's official mark
  • Registered in the root .cursor-plugin/marketplace.json and the README plugin table

Validation

node scripts/validate-plugins.mjsAll plugins validated successfully.


Note

Low Risk
Additive marketplace plugin and docs only; no changes to core repo logic or shared auth paths.

Overview
Adds a new Lazyweb third-party integration so Cursor agents can reach Lazyweb’s hosted MCP at https://www.lazyweb.com/mcp for product screenshots, flows, A/B tests, and growth research.

The change is mostly scaffolding under third_party/lazyweb/ (plugin.json with minClientVersions.cursor 3.13.0, mcp.json, README, changelog, MIT license, logo) plus marketplace registration in .cursor-plugin/marketplace.json and a row in the root README plugin table. Connection is remote HTTP MCP with OAuth 2.1 (PKCE + dynamic client registration); no API keys in the repo.

Reviewed by Cursor Bugbot for commit 7dc181e. Bugbot is set up for automated code reviews on this repo. Configure here.

Real product screenshots, flows, A/B tests, and growth research for UI
and product work, via Lazyweb's official remote MCP server
(https://www.lazyweb.com/mcp). Auth is OAuth 2.1 (PKCE + DCR); no API key.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant