Plugin Author
Esteban
(@estebandezafra)
Hi! Thanks for testing StifLi Flex MCP 🙂
You’re right — this is an important detail, and MCP setup in ChatGPT has changed recently. Important: Developer Mode is required in ChatGPT
To connect an external MCP server you must first enable Developer Mode in ChatGPT. Without this, custom MCP connectors won’t be available inside chats.
Steps to enable it:
- Open ChatGPT (macOS app or web)
- Go to Settings → Apps & Connectors → Advanced settings
- Enable Developer Mode (beta)
Note: Developer Mode is currently a beta feature and is intended for developers. It may disable some features (like memory) for security reasons. A paid ChatGPT plan (Plus / Pro / Business / Enterprise) is required.
Creating the MCP connector (step #2)
Once Developer Mode is enabled:
- Go to Settings → Connectors / MCP
- Click Create / Add custom connector
- Select SSE (Server-Sent Events) as the connection type
- Enter your WordPress MCP SSE endpoint URL
- Enable HTTP Basic Authentication
- Username: your WordPress username
- Password: the Application Password created in WordPress
- Save the connector
After this, ChatGPT will automatically discover all MCP tools exposed by the plugin. Using the connector inside a chat
Even after the connector is created, you must enable it per chat:
- Start a new chat
- Click + → More → Developer Mode
- Select your MCP connector
Once selected, the MCP tools will be available to ChatGPT in that conversation. About Local by Flywheel
Since your WordPress site is running locally, ChatGPT needs a publicly accessible URL.
You can use:
- Local’s Live Link, or
- A tunnel (ngrok, Cloudflare Tunnel, etc.)
Use that public URL as the base for the MCP SSE endpoint. The rest of the setup remains the same.
Focusing on this for a moment:
Go to Settings → Apps & Connectors → Advanced settings
There are no such settings on the ChatGPT app. The closest would be Settings > Apps but there’s no “Advanced Settings”. I’m using Version 1.2026.014 (1769698892) using a ChatGPT Plus account. Here’s a screenshot of what that looks like: https://d.pr/i/JucoIl
Plugin Author
Esteban
(@estebandezafra)
Hi @riaanknoetze,
Great news! I’ve just released version 2.0.1 of the plugin which includes a built-in AI Chat Client directly in the WordPress admin.
Instead of fighting with ChatGPT’s connector settings (which keep changing), you can now:
- Go to StifLi Flex MCP → AI Chat in your WordPress admin
- Enter your OpenAI API key in the Settings tab
- Start chatting immediately — all MCP tools work out of the box!
The chat client supports GPT, Claude, and Gemini models. No tunnels, no external connectors needed — everything runs directly from your WordPress dashboard.
Please update to version 2.0.1 and give it a try. I think you’ll find it much simpler than the external connector approach!
Let me know how it goes.
That’s cool, but I’d still like to be able to set this up for a VIP client to manage their store remotely through a ChatGPT interface. Any idea how to get that configured? I’d like to first test that on local to assess security implications before rolling it out more broadly.
Plugin Author
Esteban
(@estebandezafra)
None of those helped. I ended up reverting to the WooCommerce Core MCP server and exposing the endpoints using ngrok and a bridge with API keys – it’s more limited in what you can do but works for my purposes.