Build a Website with Claude

Use Claude to design and build a fully functional website in minutes. No coding required.

How to Get Started

Step 1: Open Claude

Go to claude.ai and sign in to your account.

Step 2: Add the Pagetool Connector

In Claude, look for "Custom tools" or "Connectors" in the Settings. Add a new connector using this endpoint:

https://pagetool.io/api/mcp

Step 3: Tell Claude What You Want

Start a new conversation and describe your website. For example:

"Build me a website for a dog grooming business. Include sections for services, pricing, testimonials, and contact information. Use a blue and white color scheme."

Step 4: Review and Publish

Claude will create your site and provide a preview link. Review the design, make edits if needed, and then publish your site to the web.

What You Can Build

  • Business websites and portfolios
  • Landing pages for products or services
  • Event websites and RSVP pages
  • Blog and content sites
  • Restaurants, salons, and service businesses
  • Creative and artist portfolios

What Claude can actually do

Pagetool exposes 16 tools. Six only read; ten can change something. Claude asks before it uses a tool that writes.

Read-only

  • domain_search — check if a domain is free, and what it costs
  • list_sections — see what is on a page
  • get_preview_url — get a shareable draft link
  • export_site_html — take a copy of your site
  • payment_status — check whether a purchase completed
  • whoami — see which account is connected

Makes changes

  • create_site_from_brief — build a site from a description
  • create_site_from_html — import an existing page
  • edit_section — change a section's content
  • set_theme — change colours and type
  • draft_create / draft_claim — make a draft, then attach it to your account
  • publish_site — put the site live
  • domain_register — register a domain (spends money)
  • purchase_link / purchase_execute — pay for a plan or a domain (spends money)

Permissions and what it costs

  • Connecting uses OAuth — you sign in to Pagetool and approve access. Two permissions exist: pagetool.sites.read to look at your sites, and pagetool.sites.write to change them. domain_search works without connecting an account at all.
  • Building and previewing are free. Describing a site, editing it, and sending someone a draft link cost nothing.
  • You pay to publish on your own domain, and domains are sold at cost — no markup on the registrar's price.
  • Nothing spends money without you approving it. The two purchase tools and domain registration all require an explicit confirmation.
  • You can export your whole site as HTML and keep it, including after you cancel.

Ready to Get Started?

The Pagetool connector is available at no cost to all Claude users. Your first draft is free and can be published immediately.

Open Claude Now

Technical details: Pagetool is a Model Context Protocol (MCP) server that Claude can call as a tool, at https://pagetool.io/api/mcp. It speaks Streamable HTTP and authenticates with OAuth. Machine-readable descriptions live at /openapi.json and /api/agent/v1/discovery. All communication is encrypted.

Privacy policy