|
| 1 | +# Lazyweb |
| 2 | + |
| 3 | +Cursor plugin that connects agents to [Lazyweb](https://www.lazyweb.com) through Lazyweb's official remote [Model Context Protocol](https://modelcontextprotocol.io/) server. |
| 4 | + |
| 5 | +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. |
| 6 | + |
| 7 | +## Install |
| 8 | + |
| 9 | +1. Open **Cursor Settings → Plugins**. |
| 10 | +2. Search for **Lazyweb**. |
| 11 | +3. Click **Install**, then connect your account (below). |
| 12 | + |
| 13 | +Or run `/add-plugin lazyweb` in chat. |
| 14 | + |
| 15 | +## MCP |
| 16 | + |
| 17 | +```json |
| 18 | +{ |
| 19 | + "mcpServers": { |
| 20 | + "lazyweb": { |
| 21 | + "type": "http", |
| 22 | + "url": "https://www.lazyweb.com/mcp" |
| 23 | + } |
| 24 | + } |
| 25 | +} |
| 26 | +``` |
| 27 | + |
| 28 | +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. |
| 29 | + |
| 30 | +## What agents can do |
| 31 | + |
| 32 | +| Category | Capabilities | |
| 33 | +| --- | --- | |
| 34 | +| 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 | |
| 35 | +| Design & critique | Generate mockups from a screenshot, compare a design against real examples, and get UI-change proposals with hosted review | |
| 36 | +| Growth | Generate full growth reports, score a website's growth readiness, and manage a product-scoped growth backlog | |
| 37 | +| Research | Retrieve and synthesize real paywalls and best practices for pricing, onboarding, and monetization decisions | |
| 38 | + |
| 39 | +The hosted runtime is the source of truth for tool names and schemas. |
| 40 | + |
| 41 | +## Notes |
| 42 | + |
| 43 | +- The connection is a standard remote MCP over streamable HTTP; Cursor connects directly and runs the OAuth flow — no `npx mcp-remote` shim needed. |
| 44 | +- Every successful action returns a stable resource link the agent can open or share. |
| 45 | +- Tool calls run with the permissions and plan of the connected account. |
| 46 | + |
| 47 | +## Docs |
| 48 | + |
| 49 | +- Cursor setup: https://www.lazyweb.com/cursor.md |
| 50 | +- Connect any agent: https://www.lazyweb.com/connect |
| 51 | +- MCP endpoint: https://www.lazyweb.com/mcp |
| 52 | +- Plans: https://www.lazyweb.com/plans |
| 53 | + |
| 54 | +Logo is Lazyweb's official mark. |
| 55 | + |
| 56 | +## License |
| 57 | + |
| 58 | +MIT |
0 commit comments