DEV Community

MaxMaley
MaxMaley

Posted on

Claude now manages my WordPress site via MCP (free integration)

We just released a full Claude MCP integration for WordPress via the AIWU plugin — and it's completely free.

It exposes real-time Claude tool access to WordPress actions like:

Creating/editing posts, pages, products

Managing users, comments, taxonomies, settings

Uploading media and generating AI images

Reading existing layouts with wp_get_post, then recreating them with wp_create_post

You connect Claude using a simple SSE-based endpoint (/wp-json/mcp/v1/sse) with scoped tool permissions.

Why this matters:
Claude goes beyond prompting here — it acts inside WordPress. You chat, it builds.
Example prompt: “Create a new page based on my About page layout, but with updated copy and a new CTA.”

Claude uses wp_get_post to understand structure and wp_create_post to deploy the result — no manual editing required.

Video demo (no signup/paywall):
https://youtu.be/Ap7riU-n1vs?si=dm4hVulY0GlN5kiU

We're the creators of AIWU, happy to answer questions or hear how else you’d use Claude’s tools with WordPress.

Top comments (0)