Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,11 @@
"name": "onedrive",
"source": "third_party/onedrive",
"description": "Browse, search, and read files."
},
{
"name": "lazyweb",
"source": "third_party/lazyweb",
"description": "Real product screenshots, flows, A/B tests, and growth research for UI and product work."
}
]
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Official Cursor plugins for popular developer tools, frameworks, and SaaS produc
| `readwise` | [Readwise](third_party/readwise/) | Cursor | Integrations | Search highlights and Reader documents, save articles. |
| `similarweb` | [Similarweb](third_party/similarweb/) | Cursor | Integrations | Analyze website traffic, audiences, and competitors. |
| `xero` | [Xero](third_party/xero/) | Cursor | Integrations | Read and write invoices, contacts, reports, and payroll. |
| `lazyweb` | [Lazyweb](third_party/lazyweb/) | Lazyweb | Integrations | Real product screenshots, flows, A/B tests, and growth research for UI and product work. |
Author values match each plugin’s `plugin.json` `author.name` (Cursor lists `plugins@cursor.com` in the manifest).

## Repository structure
Expand Down
36 changes: 36 additions & 0 deletions third_party/lazyweb/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "lazyweb",
"displayName": "Lazyweb",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Real product screenshots, flows, A/B tests, and growth research for UI and product work.",
"author": {
"name": "Lazyweb"
},
"homepage": "https://www.lazyweb.com",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.png",
"keywords": [
"lazyweb",
"product-design",
"ui",
"screenshots",
"flows",
"ab-tests",
"paywalls",
"growth",
"mcp"
],
"category": "integrations",
"tags": [
"lazyweb",
"design",
"growth",
"research",
"mcp"
],
"mcpServers": "./mcp.json"
}
9 changes: 9 additions & 0 deletions third_party/lazyweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

All notable changes to this plugin will be documented here.

## 1.0.0 — initial release

- Added the `lazyweb` MCP server pointing at `https://www.lazyweb.com/mcp`.
- Auth uses OAuth 2.1 (PKCE + Dynamic Client Registration); no API key required.
- Logo: Lazyweb's official mark.
21 changes: 21 additions & 0 deletions third_party/lazyweb/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Lazyweb

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
58 changes: 58 additions & 0 deletions third_party/lazyweb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Lazyweb

Cursor plugin that connects agents to [Lazyweb](https://www.lazyweb.com) through Lazyweb's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server.

Ground UI and product work in real evidence: search 281k+ real app screens and product flows, 20,000+ mobile A/B tests with outcomes, and generate growth reports, mockups, and website growth scores — without leaving the editor.

## Install

1. Open **Cursor Settings → Plugins**.
2. Search for **Lazyweb**.
3. Click **Install**, then connect your account (below).

Or run `/add-plugin lazyweb` in chat.

## MCP

```json
{
"mcpServers": {
"lazyweb": {
"type": "http",
"url": "https://www.lazyweb.com/mcp"
}
}
}
```

Auth is **OAuth 2.1** — no API key. On first connect Cursor opens a browser once to sign you in (the server advertises OAuth via RFC 9728 protected-resource metadata and RFC 8414 authorization-server metadata, with PKCE and Dynamic Client Registration). Free accounts get started instantly; paid plans unlock the full toolkit.

## What agents can do

| Category | Capabilities |
| --- | --- |
| Product references | Search real app screens, complete product flows (onboarding, checkout, paywall, signup), and mobile A/B tests / experiments with outcomes; browse by company and category; find visually similar screens |
| Design & critique | Generate mockups from a screenshot, compare a design against real examples, and get UI-change proposals with hosted review |
| Growth | Generate full growth reports, score a website's growth readiness, and manage a product-scoped growth backlog |
| Research | Retrieve and synthesize real paywalls and best practices for pricing, onboarding, and monetization decisions |

The hosted runtime is the source of truth for tool names and schemas.

## Notes

- The connection is a standard remote MCP over streamable HTTP; Cursor connects directly and runs the OAuth flow — no `npx mcp-remote` shim needed.
- Every successful action returns a stable resource link the agent can open or share.
- Tool calls run with the permissions and plan of the connected account.

## Docs

- Cursor setup: https://www.lazyweb.com/cursor.md
- Connect any agent: https://www.lazyweb.com/connect
- MCP endpoint: https://www.lazyweb.com/mcp
- Plans: https://www.lazyweb.com/plans

Logo is Lazyweb's official mark.

## License

MIT
Binary file added third_party/lazyweb/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions third_party/lazyweb/mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"lazyweb": {
"type": "http",
"url": "https://www.lazyweb.com/mcp"
}
}
}