Control Room

● connected via MCP

A WordPress site
run from a terminal

Every colour, word and setting on this page was written by Claude Code through a custom MCP server speaking to the WordPress REST API. No one opened wp-admin.

The call that built this page

$ claude
> redesign the site and write a new homepage

  wp_request        POST /wp/v2/global-styles/6      ok
  wp_create_content POST /wp/v2/pages                ok
  wp_settings       POST /wp/v2/settings             ok

  → https://wp.100xdm.tech

15 tools

Content, media, taxonomy

Posts, pages and any custom post type. Media uploads from a local path or a URL. Categories, tags, comments, users, plugins, themes and settings.

Guardrails

Safe by default

New content is created as a draft unless publishing is asked for. Deletes go to trash. Permanent deletion needs an explicit second confirmation.

Escape hatch

Any REST route

A raw request tool reaches anything a plugin registers — WooCommerce, ACF, Yoast — without needing a dedicated tool written for it.

Why a block theme matters

Twenty Twenty-Five stores its design as data rather than PHP, so the palette, typography and templates are all REST resources. That is the reason an agent can restyle the whole site without touching a single theme file — and the reason it can be reverted just as cleanly.

last generated 2026-09-12 10:28 UTC