For Claude users and MCP-first builders

Create a web page from Claude

Claude can use Create Web Page as a remote MCP connector, so your conversation can move from brief to preview to published page without a separate builder tab.

No account is needed to create a first demo page. Claim and management flows use OAuth when you want the page to persist.

Build a public page for a weekend workshop called Ship With Claude. Audience: solo builders. Include who it is for, what they will ship, the schedule, and an apply button.
Draft created. Preview is ready. Publish only after the user confirms.

Create a web page from Claude

Claude can use Create Web Page as a remote MCP connector, so your conversation can move from brief to preview to published page without a separate builder tab.

See how to connect

Remote MCP first

The product surface is the MCP server. Claude, Claude Code, and other compatible clients can use the same deterministic tool contract rather than a provider-specific backend model call.

Claude connector flow

  1. Connect the remote MCP endpoint from the docs.
  2. Ask Claude for the page you need and answer the missing-field prompts.
  3. Review the preview URL returned by the MCP tool.
  4. Publish only when you explicitly approve the page.
Prompt example

Build a public page for a weekend workshop called Ship With Claude. Audience: solo builders. Include who it is for, what they will ship, the schedule, and an apply button.

What Claude can hand back

A structured page draft created through MCP, not a pasted HTML blob.

A preview link for review inside the conversation.

A publish action only after you confirm the page should go live.

Where this fits

Use it from any MCP-capable Claude surface

Inclusion in the Claude connector directory is still pending. Until then, Claude.ai custom connectors, Claude Desktop, and Claude Code can all use Create Web Page directly.

Claude Code

Add the Create Web Page remote MCP endpoint with a single config entry. Claude Code uses your existing Anthropic subscription to call the tools.

Codex CLI

Register the Create Web Page MCP server in your Codex CLI config and the model picks up the tools on the next session.

Cursor

Cursor reads the same MCP server config and exposes the tools to the in-IDE assistant.

Cline

The Cline VS Code extension supports remote MCP servers and surfaces tool calls inside the editor.

Claude Desktop custom connectors

Add Create Web Page as a custom connector inside Claude.ai or Claude Desktop. No directory submission required for personal use.

How to start now

  1. Open Claude.ai or Claude Desktop

    Use the custom connectors flow to add a remote MCP server.

  2. Point the connector at the MCP endpoint

    URL: https://create-web-page.com/mcp. Authentication is OAuth, but the first demo page does not require an authenticated session.

  3. Ask Claude to create a page

    Describe what you need and let Claude call the tools. Inspect the preview, then publish when ready.

Why MCP matters

Copy generation

Claude can write strong copy, but the page still needs a deterministic publishing system.

Code generation

Generated code is useful for custom builds, but it adds deployment and maintenance overhead.

MCP publishing

Claude calls explicit tools for creation, preview, publish, claim, and later edits.

Public-source boundary

Create Web Page can import normal public HTTP pages as explicit source material. It does not bypass protected platforms such as Instagram, TikTok, Facebook, or Google Maps. For those sources, use your AI client's browsing, official connectors, pasted text, or screenshots.

FAQ

Does Claude need OAuth to create a first page?

No. The first demo page can be created, edited, previewed, and published without OAuth. Claim and account-management tools require OAuth.

Does this use Anthropic API keys in the app runtime?

No. The AI client supplies the intelligence. Create Web Page validates structured fields, stores content, renders pages, and returns tool results.

Can other MCP clients use the same endpoint?

Yes. The product is MCP-first and agent-agnostic. ChatGPT and Claude are visible entry points, not exclusive dependencies.

Create a web page from Claude

Claude can use Create Web Page as a remote MCP connector, so your conversation can move from brief to preview to published page without a separate builder tab.