Table of Contents
< All Topics

ChatGPT MCP Integration

You can now connect ChatGPT directly to your WordPress site using MCP (Model Context Protocol). This allows you to manage WordPress pages, posts, media, WooCommerce, and more — all from inside the ChatGPT interface.

Requirements

  • ChatGPT Pro account (Developer Mode required)
  • Latest version of the AIWU plugin installed on your WordPress site

Step 1: Enable Developer Mode in ChatGPT

  1. Open ChatGPT
  2. Go to Settings → Connectors → Advanced Settings
  3. Enable Developer Mode

Step 2: Generate MCP Token in the Plugin

  1. In WordPress, go to Settings → MCP
  2. Click Enable MCP
  3. Generate a new token (32 characters)

Step 3: Create a Custom Connector in ChatGPT

  1. Go to ChatGPT → Settings → Connectors → Create New Connector
  2. Enter a name and description (e.g. “WordPress MCP”)
  3. In the URL field, paste the endpoint with your token:
https://yourdomain.com/wp-json/mcp/v1/sse?token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  1. Set Authentication to No Authentication
  2. Click Create

Step 4: Use the Connector

  1. Open a new chat in ChatGPT
  2. Click the “+” button
  3. Select Developer Mode
  4. Choose your WordPress MCP connector
  5. Ask ChatGPT to perform WordPress actions (e.g. “Create a landing page with a contact form”)

Important Notes

  • Developer Mode is still in beta.
  • The token is currently passed via URL parameters, not headers.
  • You can revoke or regenerate tokens anytime inside the plugin settings.
Scroll to Top