August used to be a large month for WordPress. WordPress 7 ...
AI assistants like Claude Code, Cowork, and ChatGPT are implausible productiveness boosters, and for those who wanted that it is advisable attach those AI gear with WordPress at once, then you definately’re no longer by myself.
In recent times, I’ve been the use of WordPress MCP by means of WPVibe to let my AI assistant organize my website online, and it’s in reality superb how a lot time this protects. You’ll be able to merely ask it to create a put up, add symbol, take care of admin duties, and extra from a unmarried conversational recommended.
On this step-by-step instructional, I’ll display you how you can attach your favourite AI gear with WordPress the use of MCP in conjunction with sharing a couple of paintings examples, so you’ll be able to see what turns into imaginable whilst you mix WordPress + AI.


You’ll be able to use the short hyperlinks under to leap to any segment:
MCP stands for Style Context Protocol. It’s as an open same old that shall we AI assistants connect with outdoor gear and products and services.
Bring to mind it as a common adapter. As a substitute of each AI device development a customized integration with each provider, all of them talk the similar language, so any device and repair that make stronger MCP can paintings in combination.
With a WordPress MCP, your AI assistant can see what your website online helps and perform duties from a plain-text recommended. It does this the use of a connection WordPress already has inbuilt (the REST API), so there’s not anything further to put in.
You’ll be able to use WordPress MCP to regulate your WordPress website and carry out duties together with:
Every of those can also be achieved from a plain-text recommended out of your favourite AI device like Claude Code, Cursor, ChatGPT, and so on. I’ll display you the precise activates if you’re totally arrange.
http:// websites. See our information on how you can upload SSL and HTTPS to WordPress.One of the best ways so as to add MCP to a self-hosted WordPress website is with WPVibe.ai. It’s unfastened and runs on a hosted server, so there’s no infrastructure to configure. It additionally works with each primary AI device via a unmarried setup.
You’ll be able to learn our complete WPVibe evaluation for a deeper take a look at the whole thing it could do, however this information covers what you want to get hooked up.
Different ways to set this up: There’s additionally an reliable WordPress MCP Adapter, which pairs with the brand new Skills API in WordPress 6.9, but it surely’s constructed for builders and wishes guide configuration.
First, it is important to set up and turn on the unfastened WPVibe plugin. If you want any assist, our information on how you can set up a WordPress plugin covers every step.
Together with connecting your AI gear, the WPVibe plugin unlocks WP-CLI instructions, theme document enhancing, and the plugin skills that I speak about later on this information.
As soon as activated, pass to Vibe AI » Vibe AI on your WordPress dashboard. You’ll see the MCP server URL and a three-step setup information.
Stay this tab open. You’ll want the URL in your next step.


With WPVibe arrange, connecting your AI device takes below a minute. You upload the similar server URL to any AI shopper you utilize: https://mcp.wpvibe.ai/mcp.
You’ll in finding directions on how to do that within the reliable WPVibe documentation. However let me display you precisely the place to seek out that environment in some well-liked AI platforms.
For those who’re simply getting began, I like to recommend starting with Claude.
The most simple way is so as to add the WPVibe URL as soon as by means of Claude.ai on the internet, and it syncs routinely to Claude Desktop, Claude Code, and the Claude cell apps without a separate setup wanted.
Notice: On Crew and Undertaking workspaces, handiest an Proprietor or Admin can upload connectors. Person participants on the ones plans can authenticate with WPVibe as soon as the admin has added it, or use the Claude Code way in step 3 under.
https://mcp.wpvibe.ai/mcp.claude mcp upload --scope person wpvibe --transport http https://mcp.wpvibe.ai/mcp. Then, open Claude Code, sort /mcp, choose wpvibe, and make a choice ‘Authenticate’.As soon as stored, apply the on-screen recommended to authorize your WordPress website.


WPVibe is to be had at once within the ChatGPT App Market, so each unfastened and paid customers can attach with out copying server URLs or enhancing config information.
In ChatGPT, click on ‘Apps’ within the sidebar and seek for WPVibe. Then click on ‘Attach’ at the app web page and check in together with your WPVibe account when caused.
After connecting, ChatGPT pre-fills ‘@WPVibe’ at the beginning of every message. You’ll be able to delete it with backspace for activates unrelated to WordPress. Go away it in position when following the authorization step under.


Cursor provides MCP servers via a JSON config document. In Cursor, pass to Settings » MCP and click on the ‘Upload new world MCP server’ button. This opens the mcp.json document.
Upload the next access and save:
{
"mcpServers": {
"wpvibe": {
"url": "https://mcp.wpvibe.ai/mcp"
}
}
}
Make sure to restart Cursor after saving.
WPVibe will seem within the MCP record as soon as it connects.


In Windsurf, open the Cascade panel and click on the ‘Plugins’ icon (puzzle piece). Seek for WPVibe, click on ‘Permit’, and whole the sign-in float when caused.
To configure manually as an alternative, edit ~/.codeium/windsurf/mcp_config.json and upload the next, then restart Windsurf:
{
"mcpServers": {
"wpvibe": {
"serverUrl": "https://mcp.wpvibe.ai/mcp"
}
}
}
Notice: Windsurf makes use of serverUrl (no longer url) in its config document. The use of the fallacious key will reason the relationship to fail.
With the MCP URL added on your AI shopper, return to Vibe AI » Vibe AI on your WordPress dashboard.
Underneath step 3, you’ll discover a ready-to-copy recommended together with your website’s URL already stuffed in.


Paste that recommended into your AI chat. Your AI assistant will name WPVibe and go back a one-click authorization hyperlink. Merely click on it to approve the relationship.
You by no means see or replica a password. WordPress and WPVibe take care of the credentials securely within the background.


As soon as your AI device is attached to WordPress, listed here are the primary activates I attempted, together with one for WooCommerce retailer homeowners.
My examples are from Claude Code terminal, however those will paintings with whichever AI device you hooked up.
Sort this into your AI device: ‘Create a draft WordPress put up titled “Methods to Get started a Weblog” with an intro paragraph explaining why running a blog continues to be value it.’


Your AI assistant calls the WordPress REST API, saves the put up as a draft, and returns a affirmation with a hyperlink to edit it in wp-admin.
Not anything is going are living till you select to put up it your self.


Sort: ‘Add this symbol to my WordPress media library: [paste a public image URL]. Set the alt textual content to “An individual operating at a pc”.’


WPVibe validates the supply URL, downloads the picture, and provides it on your media library with the alt textual content you specified.
You’ll be able to reference it in any put up from there.


Notice: The recommended above makes use of a public URL, which is the most straightforward way. Importing an area document out of your laptop works too, however WPVibe will generate a browser add hyperlink as an intermediate step.
WooCommerce 10.9 ships with local MCP make stronger, which exposes product and order skills via the similar same old that WPVibe makes use of.
In case your website runs WooCommerce, take a look at: ‘Draft a brand new product known as “Summer season T-Blouse” with a brief description and a value of $29.95.’


The product saves as a draft on your retailer. Past developing merchandise, your AI too can question orders, replace their standing, and upload order notes, so you’ll be able to take care of regimen retailer admin from the similar chat window.
You’ll be able to see the instance under.


The following 3 examples transcend WordPress’s integrated movements. On WordPress 6.9 or later, plugins can check in their very own movements (known as ‘skills’) that your AI discovers routinely, so for those who use those gear, you’ll be able to force them from the similar chat.
For those who use AIOSEO, then you’ll be able to ask your AI to take care of commonplace search engine optimization duties from the chat window. It could verify TruSEO ratings, generate meta titles and outlines, and run search engine optimization audits.
My start line used to be to invite it to seek out each put up lacking a meta description and write one for every.
Do this recommended: ‘In finding all posts lacking meta descriptions and write and observe them in a single pass.’


Your AI assessments each put up, writes the lacking meta descriptions, and applies them via AIOSEO in a single step.
See our whole AIOSEO setup information to get it configured first.


For those who use SeedProd, then your AI can organize your coming quickly web page, upkeep mode, and touchdown web page settings with out going into wp-admin.
For instance: ‘Take a look at if upkeep mode is recently energetic’ or ‘Permit the approaching quickly web page.’
For those who use WPForms, then your AI can construct bureaucracy from a plain-English description.
Check out: ‘Create a touch shape with identify, e-mail, and a message box.’ WPForms creates the shape on your dashboard, waiting to configure and embed.
Prior to the use of this, remember to allow write entry below WPForms » Equipment.


WPForms Lite helps fundamental box varieties. Paid plans upload telephone, date/time, document add, and extra.
You don’t need to bet which of your plugins make stronger this. As a result of WPVibe routinely discovers each registered skill, you’ll be able to simply ask your hooked up AI: ‘What are you able to do on my WordPress website?’
It’ll record the talents your put in plugins reveal, so the solution remains correct regardless of which plugins you run.
I had the similar fear once I first examined this. Right here’s how WPVibe handles safety.
WordPress manages the relationship the use of software passwords, a integrated function that creates a separate password for every exterior device you attach. The AI handiest will get the permissions of the person account you hooked up.
So, it’s value connecting with a restricted, non-admin account slightly than your primary administrator login. For those who create a devoted Editor-role person for the relationship, then the AI can handiest do what an Editor can do.
WPVibe encrypts your software password earlier than storing it, the use of a separate key for every website, and helps to keep it on protected servers hosted by means of Cloudflare. Each and every connection between your AI shopper, WPVibe, and your WordPress website is encrypted too, so your credentials are by no means uncovered alongside the best way.
WPVibe additionally doesn’t retailer your dialog content material. It remains inside your AI shopper.
At the WordPress aspect, new posts all the time save as drafts and deletions pass to the trash slightly than everlasting deletion.
To completely revoke entry at any time, pass to Customers » Profile on your WordPress dashboard and scroll right down to the Software Passwords segment to delete it.
Connecting your AI shopper to WordPress is the step that journeys other folks up maximum continuously.
If the relationship fails or WPVibe doesn’t seem, then paintings via those assessments:
serverUrl key, no longer url. The fallacious key produces no error message, so double-check it.http://.https://mcp.wpvibe.ai/mcp.Is WPVibe unfastened?
Sure. WPVibe has no API key prices and the whole thing on this information works at the unfastened plan. There may be now a paid Professional plan (early-access pricing, $99 consistent with 12 months) that provides upper day by day utilization limits and precedence make stronger, no longer new options, so that you don’t want it for the rest lined right here.
Does WordPress MCP paintings with all AI gear?
WPVibe works with Claude.ai (internet), Claude Desktop, Claude Code, ChatGPT, Cursor, and Windsurf. As a result of MCP is an open protocol, any new AI device that adopts the usual will paintings with the similar WPVibe setup routinely.
Does WordPress MCP paintings with WordPress.com?
No, no longer via WPVibe. WordPress.com has its personal integrated MCP setup that works in a different way. This information covers self-hosted WordPress (WordPress.org) handiest.
Do I want WordPress 6.9 to make use of MCP?
No. You’ll be able to create posts, add media, and run admin duties on WordPress 6.0 or later. WordPress 6.9 is handiest required if you wish to use plugin skills like the ones from All in One search engine optimization or SeedProd.
Can I attach multiple WordPress website to WPVibe?
Sure. WPVibe helps a couple of websites below one unfastened account. Set up the Vibe AI plugin on every further website and whole the website authorization step. Your present WPVibe account covers your entire websites.
What occurs if I disconnect WPVibe from my website?
You’ll be able to take away a website from WPVibe within the plugin admin or on wpvibe.ai at any time. To completely revoke entry, additionally delete the credential below Customers » Profile » Software Passwords.
I am hoping this text helped you get WordPress MCP arrange for your website. You may additionally need to see our information on the most productive AI Automation Equipment for WordPress.
For those who appreciated this text, then please subscribe to our YouTube Channel for WordPress video tutorials. You’ll be able to additionally in finding us on Twitter and Fb.
August used to be a large month for WordPress. WordPress 7 ...
August 14 – 27, 2026 Welcome again to the WordPr ...
You'll now set up your WordPress.com web page from Ch ...
Lifetime Membership with Unlimited Access