# Build a landing page with Cursor and receive enquiries

> Set up Pageree in Cursor, adapt project assets for a hosted HTML page, inspect the editor diff, and check that live enquiries reach their destination.

- Canonical: https://pageree.com/guides/cursor-landing-page/
- Published: 2026-09-15. Updated: 2026-09-15.
- Collection: Guides (https://pageree.com/guides.md)
- Site index for agents: https://pageree.com/llms.txt

**The short answer.** Use Cursor's project MCP configuration to connect a page-building workflow to Pageree. Keep local source assets distinct from hosted image URLs, review the real preview, and verify delivery after publication. Reuse the page identity for later edits.

## Build the page inside the editor you already use

Cursor is a useful starting point when your business page lives beside other project files and you want to review code changes directly. For a campaign page, begin with the offer and the required visitor action. The editor can help produce the design, but an attractive local preview still needs hosting and a real enquiry destination.

This guide covers Cursor's editor workflow and a remote Pageree connection. The setup is based on documentation reviewed on September 15, 2026; it is not a claim of hands-on testing across Cursor accounts. Confirm the connection in your installed client before treating it as a publishing path.

## Add a project-level MCP connection

Cursor documents project configuration in `.cursor/mcp.json` and user configuration in `~/.cursor/mcp.json`. For a project-specific connection, merge the following entry into the project file:

```json
{
  "mcpServers": {
    "pageree": {
      "url": "https://mcp.pageree.com/"
    }
  }
}
```

Open Cursor's MCP management interface, enable the server, and complete OAuth when prompted. The exact controls can change between releases. Follow [Cursor's official MCP documentation](https://prod.cursor.com/docs/mcp) for the current interface and authentication behavior. Keep existing server entries rather than replacing the whole configuration.

Ask Agent to read your Pageree account and list pages. If it can describe MCP but cannot return a tool result, check the server status, authentication, and whether the tools are enabled for the current conversation. Pageree's address ends at the root slash; the [connection guide](https://pageree.com/docs/) maintains that detail.

## Keep source assets separate from published assets

An editor preview can load `./photos/team.jpg` from your computer. The same path will not work in a Pageree page, which stores a single HTML document. Ask Cursor to upload authorized images through Pageree's asset workflow and use the returned hosted URLs. Inline the page's CSS and JavaScript; avoid a dependency on a running development server.

This is also the right point to inspect a starter project. If it contains unused routing, login screens, or a database scaffold, decide whether the campaign actually needs those features. A focused enquiry page rarely needs an application shell around it.

## Build an original service page

For an illustrative example, consider a founder offering a website content review to local businesses. Adapt the request to your real service:

```text
Create a landing page for my website content review service in this project.
Audience: owners of local service businesses with confusing or outdated web copy.
Offer: review the core pages and deliver a prioritized list of content changes.
Primary action: request information about the review.
Use brief.md and only the authorized assets provided. Ask for missing proof,
pricing, service boundaries, business name, and destination email.
Build one complete HTML document for Pageree, with inline CSS and JavaScript.
Use its current page, asset, form, privacy, and publishing instructions.
Form fields: name, email, business website, and the main content problem.
Ask me to choose the slug. Save a private preview and persist the page ID.
Do not publish until I review it.
```

Read the diff before opening the preview. Watch for unrelated file changes, invented testimonials, and placeholder links. A complete [consultant template](https://pageree.com/templates/consultant-landing-page/) can help you judge whether the offer has enough detail.

## Verify behavior outside the editor

Open the actual private preview, including a narrow mobile view. Check the headline, image crop, form labels, keyboard focus, and both success and error messages. If the page was built from a component framework, confirm that the exported result still works without the development environment.

After you approve publication, inspect the public URL. Send a clearly marked test enquiry using an address you control and confirm arrival at the configured destination. A browser success message by itself does not verify delivery. Use the [broken-form guide](https://pageree.com/guides/ai-contact-form-not-working/) if the request is accepted but no notification arrives.

## Maintain one campaign identity

When you return to the project, ask Cursor to read the saved page identity and check for an existing draft. Retrieve the current stored source before replacing it, especially if another assistant has edited the page. Keep unrelated sections, field names, and delivery settings stable unless the requested change requires them.

Save the revision as a new draft on the same page ID, then review and publish. The [live-update guide](https://pageree.com/guides/update-live-landing-page-with-ai/) explains how this preserves the campaign URL while keeping changes reviewable.

## Related
- [Build and publish a landing page with Gemini CLI](https://pageree.com/guides/gemini-cli-landing-page.md): Configure Gemini CLI's HTTP MCP connection, check browser OAuth, build a single-page offer, and verify the live form. Includes a complete project prompt.
- [Build and publish a landing page with Claude Code](https://pageree.com/guides/claude-code-landing-page.md): Connect Claude Code to Pageree, build reviewable single-file HTML, publish an approved preview, and preserve the page identity for later edits.
- [Update a live landing page with your AI assistant](https://pageree.com/guides/update-live-landing-page-with-ai.md): Change an existing page without losing its URL or working enquiry form. Read the current source, handle open drafts, review changes, and publish a new version.

## Build it with your agent

Pageree is an MCP server. Add https://mcp.pageree.com/ to an MCP client that supports Streamable HTTP and OAuth, sign in, and the agent can build, publish and measure the page. Setup for every supported client: https://pageree.com/docs.md. Sign up: https://console.pageree.com/signup.
