The AI-native CMS

Claude CMS

A content management system built around you by Claude CMS. Describe what you want — the Claude website builder creates and deploys your changes. No code. No complicated system. Just conversation.

A PHP/MySQL CMS operated entirely via Anthropic's MCP protocol. Claude has full read/write access to pages, files, database, and server config. Supports raw HTML, custom CSS, Stripe webhooks, SMTP, and arbitrary PHP endpoints — all generated through natural language.

Powered by
Claude | Anthropic

You talk. Claude builds.

Claude CMS connects directly to your website through a secure connector. Tell Claude what you want in plain English — it creates pages, writes custom CSS, sets up navigation, wires up payments, and deploys everything live.

Claude CMS exposes your site via MCP server endpoints (pages CRUD, file I/O, SQL, navigation, settings). Claude reads and writes directly — no abstraction layer, no admin panel. Raw HTML, CSS, PHP, and SQL generated on demand.

💬

Describe your website

Tell Claude what you need — a landing page, a product section, a blog, a complete redesign. Share your brand, your copy, your ideas. Claude starts building immediately.

Pass requirements as natural language prompts. Claude maps intent to MCP tool calls — site_create_page, file_write, site_update_settings — and executes them in sequence against your server.

Claude builds it live

Through the secure connector, Claude creates pages, writes production CSS, sets up navigation, and manages files on your server. Every change is deployed instantly.

MCP tools provide synchronous read/write to the filesystem, database, and page store. Changes hit the production server immediately — no build step, no deployment pipeline.

🔧

Iterate in real time

Need a tweak? A new section? A different colour scheme? Tell Claude and it updates the live site in seconds. Revisions that used to take days happen in a conversation.

Claude retains full conversation context. Follow-up prompts trigger incremental updates — CSS variable changes, DOM restructuring, schema migrations — without re-scaffolding.

See the full workflow    Explore the Claude website builder

Full read/write access to your entire site

The connector gives Claude access to every part of your website — pages, files, styles, database, and navigation. You describe changes; Claude makes them happen.

The MCP server exposes 15+ tools covering pages CRUD, filesystem I/O, SQL execution, navigation management, settings, and backups. Protected files (config.php, .htaccess) are read-only. PHP files are syntax-checked before write.

Pages & content

Create, update, and delete pages. Write content with full control over layout and structure. Manage page addresses, descriptions for search engines, and whether pages are live or still drafts.

Full CRUD via site_create_page, site_update_page, site_delete_page. Supports raw HTML content, page types (page/post/landing), slug management, meta descriptions, and publish states.

Design & styling

Custom colours, fonts, animations, and layouts that work on all screen sizes. Claude writes the design from scratch — not from templates. Every site looks different.

CSS custom properties via theme.css, Google Fonts via @import, keyframe animations, and responsive breakpoints. Claude writes production CSS — no preprocessor, no utility framework dependency.

Files & server

Claude can create and edit files on your server — things like contact form handlers, payment processors, and custom features. All within your site's secure folder.

file_read, file_write, file_delete, file_rename within the site directory. Supports PHP, HTML, CSS, JS, JSON, SQL, SVG, YAML. Auto-backup on every write. Allowed extensions whitelist enforced.

Database & SQL

Build contact forms, customer dashboards, admin panels, and dynamic features. Claude handles the database work behind the scenes so your site can do more than just show pages.

db_query supports SELECT, INSERT, UPDATE, DELETE, CREATE TABLE, ALTER TABLE. DROP/TRUNCATE/GRANT blocked. Use it for custom tables, analytics, form submissions, license validation, and application state.

Explore all features

Featured Building Blocks

Prebuilt functionality for when you need it.

Deploy the blog-listing block

Blog

A branded, category-filtered blog — listing page, article template and pagination, wired to your colours and navigation.

Content Explore block
Deploy the admin system block

Admin Login

Role-based sign-in with Google Authenticator two-factor, session handling and rate-limited attempts — ready to drop in.

Security
Deploy a shop

eCommerce

Headless store deployment — product catalogue, stock, hosted checkout and an order admin, with payments landing in your own account.

Commerce Explore block
Animate my logo

Animations

Scroll-driven reveals, hero particle fields and UI motion — tested components that stay smooth and honour reduced-motion.

Motion

Connect to the services you already use

Claude CMS doesn't just build pages — it builds functionality. Claude wires up integrations to payment providers, email services, and shipping platforms without any extra software.

Integrations are dependency-free PHP — raw cURL to REST APIs. No Composer, no npm, no SDK bloat. Claude generates endpoint files that handle auth, request signing, and webhook verification natively.

Stripe

Subscriptions, one-time payments, checkout sessions, and automatic order handling.

Checkout Sessions API, webhook signature verification (v1 HMAC), subscription lifecycle events, and metadata-driven fulfilment.

PayPal

PayPal checkout buttons, payment capture, and buyer protection built in.

Orders API v2 with OAuth2 client credentials flow, capture on approval, and IPN/webhook verification.

Gmail

Contact forms, order confirmations, and notification emails sent automatically.

SMTP over TLS (port 587) with STARTTLS, or Gmail API via OAuth2 service account. Custom MIME construction for HTML emails.

Google Drive

Sync documents, store uploads, and pull content straight from your Drive folders.

Drive API v3 via OAuth2 — file list/get/create, resumable uploads, and folder-scoped access for reading and writing assets.

Mailchimp

Newsletter signups, audience management, and automated email campaigns.

Marketing API v3 — list/member endpoints, merge fields, tags, and webhook-triggered automations.

LinkedIn

Auto-post updates, share new pages, and publish content to your company profile.

Marketing/Share API via OAuth2 — UGC post creation, organization-scoped shares, and asset registration for images.

Royal Mail

Shipping labels, order syncing, tracking numbers, and delivery notifications.

Click & Drop API — order creation, label generation (PDF), tracking events polling, and status webhook callbacks.

Any service with an online connection can be integrated. If it has an interface, Claude can connect to it.

Any service with a REST API can be integrated. Claude generates the PHP cURL calls, handles auth flows (API key, OAuth2, HMAC), and parses JSON responses natively.

Simple, transparent pricing

Start free for a month, then pick the plan that fits — run it yourself with your own hosting, or let us handle everything.

Connector licence only, or a fully managed PHP/MySQL stack. Setup + Monthly includes a 30-day free first month; cancel anytime and your site keeps serving pages.

Monthly License

£6.99/month

Bring your own hosting & Claude account

  • Connector licence
  • Full MCP tool access
  • Unlimited pages & changes
  • Cancel anytime
Get started
Most popular

Setup + Monthly

£9.99/month

No setup fee · we set it up, you run it

  • Everything in Monthly
  • Routine web edits & support
  • Done-for-you install & setup
  • Tailored to your brand
  • First month free
Get started

Fully Managed

£249.99/month

Hosting, setup & Claude access included

  • Everything in the bundle
  • Managed hosting
  • Priority support
  • Nothing to install
Talk to us

First month free on Setup + Monthly. Compare plans in full

Common questions about Claude CMS

What exactly is Claude CMS?

Claude CMS is a lightweight PHP/MySQL content management system operated entirely by Claude AI through the Model Context Protocol (MCP). Instead of a dashboard, you describe what you want in plain English and Claude builds it — pages, CSS, PHP scripts, database tables, and integrations — all deployed live to your server.

How is Claude CMS different from WordPress or Squarespace?

Traditional platforms give you an admin panel you manage yourself. Claude CMS has no admin panel — Claude is the admin. Every change (page creation, CSS updates, database changes, new integrations) happens through conversation with Claude, which calls MCP tool endpoints to act on your live site.

Do I need to know how to code?

No. Claude handles all the code. You describe what you want; Claude writes the HTML, CSS, PHP, and SQL. No technical knowledge is required to build or manage your site.

How much does Claude CMS cost?

Plans start from £6.99/month for the connector licence (requires your own hosting and a Claude account). The Setup + Monthly plan — we install and connect everything for you — is £9.99/month with no setup fee. Fully managed — hosting, setup, and Claude access all included — is £249.99/month. First month free on Setup + Monthly.

See all FAQs

Get a website built in days, not months

Tell us what you need. Claude will design and deploy it — live, in real time, with unlimited revisions until you're happy.

Ship faster. Claude generates production-ready PHP, HTML, CSS, and JS in real time. Full Git-free deployment with automatic backups and rollback support.