Add Lazyweb plugin - #295
Open
aboul3ata wants to merge 1 commit into
Open
Conversation
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>
aboul3ata
force-pushed
the
add-lazyweb-plugin
branch
from
September 1, 2026 03:56
678636e to
7dc181e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
https://www.lazyweb.com/mcpFiles
.cursor-plugin/plugin.json— manifest (category: integrations,minClientVersions.cursor: 3.13.0)mcp.json— MCP server definitionREADME.md,CHANGELOG.md,LICENSE(MIT)assets/logo.png— Lazyweb's official mark.cursor-plugin/marketplace.jsonand the README plugin tableValidation
node scripts/validate-plugins.mjs→ All 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/mcpfor product screenshots, flows, A/B tests, and growth research.The change is mostly scaffolding under
third_party/lazyweb/(plugin.jsonwithminClientVersions.cursor3.13.0,mcp.json, README, changelog, MIT license, logo) plus marketplace registration in.cursor-plugin/marketplace.jsonand 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.