<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: MaxMaley</title>
    <description>The latest articles on DEV Community by MaxMaley (@maksym_maley).</description>
    <link>https://dev.to/maksym_maley</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3414680%2Fa1aceb85-e98e-4b82-9946-ad1bf60bacd0.png</url>
      <title>DEV Community: MaxMaley</title>
      <link>https://dev.to/maksym_maley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maksym_maley"/>
    <language>en</language>
    <item>
      <title>Building a ChatGPT-WordPress Bridge with MCP</title>
      <dc:creator>MaxMaley</dc:creator>
      <pubDate>Thu, 09 Oct 2025 19:15:22 +0000</pubDate>
      <link>https://dev.to/maksym_maley/building-a-chatgpt-wordpress-bridge-with-mcp-3gbg</link>
      <guid>https://dev.to/maksym_maley/building-a-chatgpt-wordpress-bridge-with-mcp-3gbg</guid>
      <description>&lt;p&gt;The Model Context Protocol just changed how we interact with WordPress. Instead of asking ChatGPT for instructions and manually implementing them, you can now tell ChatGPT what to do and it executes directly.&lt;/p&gt;

&lt;p&gt;Tell ChatGPT to create a landing page, write a blog post, or add products to your WooCommerce store and it does it. No code, no copy-pasting. Just conversation.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;MCP creates a secure bridge between ChatGPT and WordPress. The AIWU plugin exposes WordPress functions that ChatGPT can call through natural language.&lt;/p&gt;

&lt;p&gt;Setup takes 5 minutes: install plugin, enable MCP, generate token, enable ChatGPT Developer Mode, create connector, start chatting.&lt;/p&gt;

&lt;h2&gt;
  
  
  Video Tutorial
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://youtu.be/20j8mX7Y4nQ" rel="noopener noreferrer"&gt;https://youtu.be/20j8mX7Y4nQ&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Requirements
&lt;/h2&gt;

&lt;p&gt;WordPress 5.0+, valid SSL certificate, ChatGPT Pro account, publicly accessible site.&lt;/p&gt;

&lt;h2&gt;
  
  
  What You Can Do
&lt;/h2&gt;

&lt;p&gt;Create content, build pages, manage WooCommerce products, upload media, handle users, update site settings. Over 40 WordPress functions available through conversation.&lt;/p&gt;

&lt;p&gt;Example: "Create a landing page with pricing table and contact form" - ChatGPT builds it instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;

&lt;p&gt;Plugin and documentation: &lt;a href="https://aiwuplugin.com/chatgpt-mcp-integration/" rel="noopener noreferrer"&gt;https://aiwuplugin.com/chatgpt-mcp-integration/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;MCP integration is completely free. Only cost is ChatGPT Pro subscription for Developer Mode access.&lt;/p&gt;

&lt;p&gt;The shift from "AI suggests" to "AI executes" is here. What would you build if AI could directly control your WordPress site?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>chatgpt</category>
      <category>mcp</category>
      <category>wordpress</category>
    </item>
    <item>
      <title>Claude now manages my WordPress site via MCP (free integration)</title>
      <dc:creator>MaxMaley</dc:creator>
      <pubDate>Tue, 05 Aug 2025 12:44:44 +0000</pubDate>
      <link>https://dev.to/maksym_maley/claude-now-manages-my-wordpress-site-via-mcp-free-integration-7b5</link>
      <guid>https://dev.to/maksym_maley/claude-now-manages-my-wordpress-site-via-mcp-free-integration-7b5</guid>
      <description>&lt;p&gt;We just released a full Claude MCP integration for WordPress via the &lt;a href="https://aiwuplugin.com/claude-mcp-integration/" rel="noopener noreferrer"&gt;AIWU plugin&lt;/a&gt; — and it's completely free.&lt;/p&gt;

&lt;p&gt;It exposes real-time Claude tool access to WordPress actions like:&lt;/p&gt;

&lt;p&gt;Creating/editing posts, pages, products&lt;/p&gt;

&lt;p&gt;Managing users, comments, taxonomies, settings&lt;/p&gt;

&lt;p&gt;Uploading media and generating AI images&lt;/p&gt;

&lt;p&gt;Reading existing layouts with wp_get_post, then recreating them with wp_create_post&lt;/p&gt;

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

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

&lt;p&gt;Claude uses wp_get_post to understand structure and wp_create_post to deploy the result — no manual editing required.&lt;/p&gt;

&lt;p&gt;Video demo (no signup/paywall):&lt;br&gt;
&lt;a href="https://youtu.be/Ap7riU-n1vs?si=dm4hVulY0GlN5kiU" rel="noopener noreferrer"&gt;https://youtu.be/Ap7riU-n1vs?si=dm4hVulY0GlN5kiU&lt;/a&gt;&lt;/p&gt;

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

</description>
    </item>
  </channel>
</rss>
