How one can Attach AI Brokers With WordPress the use of MCP (Step via Step)

AI assistants like Claude Code, Cowork, and ChatGPT are implausible productiveness boosters, and in the event you wanted that you want to attach those AI equipment with WordPress without delay, then you definately’re no longer on my own.

In recent times, I’ve been the use of WordPress MCP via WPVibe to let my AI assistant set up my web site, 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, maintain admin duties, and extra from a unmarried conversational instructed.

On this step-by-step instructional, I’ll display you how one can attach your favourite AI equipment with WordPress the use of MCP in conjunction with sharing a couple of paintings examples, so you’ll see what turns into imaginable whilst you mix WordPress + AI.

How to Connect AI Agents With WordPress Using MCP

You’ll be able to use the fast hyperlinks underneath to leap to any phase:

What’s a WordPress MCP and What Can It Do?

MCP stands for Fashion Context Protocol. It’s as an open usual that we could AI assistants connect with out of doors equipment and products and services.

Call to mind it as a common adapter. As an alternative of each and every AI device development a customized integration with each and every carrier, all of them talk the similar language, so any device and repair that fortify MCP can paintings in combination.

With a WordPress MCP, your AI assistant can see what your web site helps and perform duties from a plain-text instructed. It does this the use of a connection WordPress already has inbuilt (the REST API), so there’s not anything additional to put in.

You’ll be able to use WordPress MCP to control your WordPress website online and carry out duties together with:

  • Draft and put up posts – Create weblog posts as drafts, set titles, upload classes and tags, and put up whilst you’re waiting.
  • Add media – Pull photographs from any public URL without delay into your WordPress media library.
  • Organize classes and tags – Create or rename taxonomy phrases and assign them to posts.
  • Run admin duties – Flush your website online cache, test which plugins are lively, and turn on or deactivate plugins.
  • Use plugin skills – On WordPress 6.9+, many plugins sign up their very own movements the AI can uncover and run routinely

Every of those will also be performed from a plain-text instructed out of your favourite AI device like Claude Code, Cursor, ChatGPT, and many others. I’ll display you the precise activates while you’re absolutely arrange.

What You Want Prior to Getting Began

  • Self-hosted WordPress 6.9 or later – With the REST API enabled (it’s on via default). You wish to have model 6.9 or later for plugin skills API which is permits you to use AI to control plugins like AIOSEO, WPForms, and many others.
  • A publicly out there website online – Your website online should be reachable on the web as a result of native building websites gained’t paintings except uncovered by the use of a tunnel.
  • A loose WPVibe account — You’ll create this all the way through setup.
  • An HTTPS-enabled website online — WordPress software passwords require SSL they usually gained’t serve as on http:// websites. See our information on how one can upload SSL and HTTPS to WordPress.

Step 1. Set Up MCP on Your WordPress Website online

One of the best ways so as to add MCP to a self-hosted WordPress website online is with WPVibe.ai. It’s loose and runs on a hosted server, so there’s no infrastructure to configure. It additionally works with each and every main AI device thru a unmarried setup.

You’ll be able to learn our complete WPVibe assessment for a deeper have a look at the whole thing it could do, however this information covers what you wish to have to get hooked up.

Different ways to set this up: There’s additionally an legitimate WordPress MCP Adapter, which pairs with the brand new Talents API in WordPress 6.9, but it surely’s constructed for builders and desires handbook configuration.

Set up and Turn on the Vibe AI Plugin

First, it is important to set up and turn on the loose WPVibe plugin. If you wish to have any lend a hand, our information on how one can set up a WordPress plugin covers each and every step.

In conjunction with connecting your AI equipment, the WPVibe plugin unlocks WP-CLI instructions, theme record enhancing, and the plugin skills that I discuss later on this information.

As soon as activated, move 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.

The Vibe AI plugin admin page in wp-admin showing the three-step connection setup

Step 2. Attach Your AI Gear to WordPress

With WPVibe arrange, connecting your AI device takes beneath a minute. You upload the similar server URL to any AI consumer you employ: https://mcp.wpvibe.ai/mcp.

You’ll in finding directions on how to try this within the legitimate WPVibe documentation. However let me display you precisely the place to search out that environment in some standard AI platforms.

Connecting Claude

When you’re simply getting began, I like to recommend starting with Claude.

The most simple manner is so as to add the WPVibe URL as soon as by the use of Claude.ai on the net, and it syncs routinely to Claude Desktop, Claude Code, and the Claude cellular apps and not using a separate setup wanted.

Observe: On Staff and Endeavor workspaces, most effective an Proprietor or Admin can upload connectors. Person contributors on the ones plans can authenticate with WPVibe as soon as the admin has added it, or use the Claude Code manner in step 3 underneath.

  1. Unfastened, Professional, and Max plans: In Claude.ai, move to Customise » Connectors. Click on the + button, choose ‘Upload customized connector’, and paste https://mcp.wpvibe.ai/mcp.
  2. Staff and Endeavor (admin most effective): Pass to Group settings » Connectors. Click on ‘Upload’, choose Customized » Internet, and paste the WPVibe URL.
  3. Claude Code (any plan): On your terminal, run claude mcp upload --scope person wpvibe --transport http https://mcp.wpvibe.ai/mcp. Then, open Claude Code, kind /mcp, choose wpvibe, and make a selection ‘Authenticate’.

As soon as stored, practice the on-screen instructed to authorize your WordPress website online.

Connecting Claude.ai (Web) to WPVibe
Connecting ChatGPT

WPVibe is to be had without delay within the ChatGPT App Market, so each loose 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 along with your WPVibe account when precipitated.

After connecting, ChatGPT pre-fills ‘@WPVibe’ in the beginning of each and 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 underneath.

Connecting ChatGPT to WPVibe
Connecting Cursor

Cursor provides MCP servers thru a JSON config record. In Cursor, move to Settings » MCP and click on the ‘Upload new world MCP server’ button. This opens the mcp.json record.

Upload the next access and save:

{
  "mcpServers": {
    "wpvibe": {
      "url": "https://mcp.wpvibe.ai/mcp"
    }
  }
}

Be sure to restart Cursor after saving.

WPVibe will seem within the MCP checklist as soon as it connects.

Cursor Settings showing the MCP panel with an option to add a new global MCP server
Connecting Windsurf

In Windsurf, open the Cascade panel and click on the ‘Plugins’ icon (puzzle piece). Seek for WPVibe, click on ‘Allow’, and entire the sign-in waft when precipitated.

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"
    }
  }
}

Observe: Windsurf makes use of serverUrl (no longer url) in its config record. The use of the fallacious key will reason the relationship to fail.

Authorize Your WordPress Website online

With the MCP URL added for your AI consumer, return to Vibe AI » Vibe AI on your WordPress dashboard.

Underneath step 3, you’ll discover a ready-to-copy instructed along with your website online’s URL already crammed in.

The WPVibe Setup Page

Paste that instructed 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 reproduction a password. WordPress and WPVibe maintain the credentials securely within the background.

WPVibe site showing connected status in the Vibe AI plugin admin after authorization

What You Can Do As soon as You’re Attached (Labored Examples)

As soon as your AI device is hooked up 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.

1. Write and Draft a Weblog Publish

Kind this into your AI device: ‘Create a draft WordPress put up titled “How one can Get started a Weblog” with an intro paragraph explaining why running a blog remains to be value it.’

AI Prompt for Drafting a New Post

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 reside till you select to put up it your self.

A Draft Post Created Using AI
2. Add a Photograph to Your Media Library

Kind: ‘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”.’

AI Prompt for Adding a Public Image to Your WordPress Media Library

WPVibe validates the supply URL, downloads the picture, and provides it for your media library with the alt textual content you specified.

You’ll be able to reference it in any put up from there.

WordPress media library showing a newly uploaded image via MCP

Observe: The instructed above makes use of a public URL, which is the most simple method. Importing an area record out of your pc works too, however WPVibe will generate a browser add hyperlink as an intermediate step.

3. Organize Your WooCommerce Retailer

WooCommerce 10.9 ships with local MCP fortify, which exposes product and order skills thru the similar usual that WPVibe makes use of.

In case your website online runs WooCommerce, take a look at: ‘Draft a brand new product referred to as “Summer time T-Blouse” with a brief description and a value of $29.95.’

AI Prompt for Creating a New WooCommerce Product

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 maintain regimen retailer admin from the similar chat window.

You’ll be able to see the instance underneath.

A New Product Created by AI and WPVibe

The following 3 examples transcend WordPress’s integrated movements. On WordPress 6.9 or later, plugins can sign up their very own movements (referred to as ‘skills’) that your AI discovers routinely, so in the event you use those equipment, you’ll power them from the similar chat.

4. Optimize Your search engine optimization with AI

When you use AIOSEO, then you’ll ask your AI to maintain not unusual search engine optimization duties from the chat window. It will possibly test TruSEO rankings, generate meta titles and outlines, and run search engine optimization audits.

My start line used to be to invite it to search out each and every put up lacking a meta description and write one for each and every.

Do this instructed: ‘In finding all posts lacking meta descriptions and write and practice them in a single move.’

Claude Code chat showing prompt to find and apply missing AIOSEO meta descriptions

Your AI assessments each and every put up, writes the lacking meta descriptions, and applies them thru AIOSEO in a single step.

See our entire AIOSEO setup information to get it configured first.

AIOSEO meta description field in WordPress showing an AI-generated meta description
5. Organize Touchdown Pages and Repairs Mode

When you use SeedProd, then your AI can set up your coming quickly web page, upkeep mode, and touchdown web page settings with out going into wp-admin.

As an example: ‘Test if upkeep mode is recently lively’ or ‘Allow the approaching quickly web page.’

6. Construct a Shape with AI

When you use WPForms, then your AI can construct paperwork from a plain-English description.

Check out: ‘Create a touch shape with title, e mail, and a message box.’ WPForms creates the shape on your dashboard, waiting to configure and embed.

Prior to the use of this, be sure to allow write entry beneath WPForms » Gear.

Enabling MCP Write Access for WPForms

WPForms Lite helps fundamental box sorts. Paid plans upload telephone, date/time, record add, and extra.

See What Your Website online Can Do

You don’t need to wager which of your plugins fortify this. As a result of WPVibe routinely discovers each and every registered talent, you’ll simply ask your hooked up AI: ‘What are you able to do on my WordPress website online?’

It’ll checklist the talents your put in plugins disclose, so the solution remains correct regardless of which plugins you run.

Is WordPress MCP Secure?

I had the similar fear after I first examined this. Right here’s how WPVibe handles safety.

WordPress manages the relationship the use of software passwords, a integrated characteristic that creates a separate password for each and every exterior device you attach. The AI most effective will get the permissions of the person account you hooked up.

So, it’s value connecting with a restricted, non-admin account fairly than your primary administrator login. When you create a devoted Editor-role person for the relationship, then the AI can most effective do what an Editor can do.

WPVibe encrypts your software password sooner than storing it, the use of a separate key for each and every website online, and helps to keep it on protected servers hosted via Cloudflare. Each and every connection between your AI consumer, WPVibe, and your WordPress website online 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 of your AI consumer.

At the WordPress aspect, new posts all the time save as drafts and deletions move to the trash fairly than everlasting deletion.

To completely revoke entry at any time, move to Customers » Profile on your WordPress dashboard and scroll right down to the Utility Passwords phase to delete it.

Troubleshooting Connection Problems

Connecting your AI consumer to WordPress is the step that journeys other folks up maximum steadily.

If the relationship fails or WPVibe doesn’t seem, then paintings thru those assessments:

  • WPVibe isn’t on your consumer’s device or MCP checklist – Restart the AI consumer after saving the config. New MCP servers most effective load on a contemporary get started.
  • The relationship fails silently in Windsurf – Windsurf makes use of the serverUrl key, no longer url. The fallacious key produces no error message, so double-check it.
  • Utility passwords gained’t authenticate – Your website online should run on HTTPS. Utility passwords don’t paintings over http://.
  • Your AI consumer can’t achieve the website online – The website online must be publicly reachable. A neighborhood building website online gained’t attach except you disclose it thru a tunnel.
  • Authorization helps to keep failing – Re-check that you simply pasted the proper MCP server URL: https://mcp.wpvibe.ai/mcp.

Regularly Requested Questions About WordPress MCP

Is WPVibe loose?

Sure. WPVibe has no API key prices and the whole thing on this information works at the loose plan. There’s now a paid Professional plan (early-access pricing, $99 in keeping with yr) that provides upper day-to-day utilization limits and precedence fortify, no longer new options, so that you don’t want it for the rest coated right here.

Does WordPress MCP paintings with all AI equipment?

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 thru WPVibe. WordPress.com has its personal integrated MCP setup that works another way. This information covers self-hosted WordPress (WordPress.org) most effective.

Do I would like 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 most effective 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 online to WPVibe?

Sure. WPVibe helps more than one websites beneath one loose account. Set up the Vibe AI plugin on each and every further website online and entire the website online authorization step. Your current WPVibe account covers your whole websites.

What occurs if I disconnect WPVibe from my website online?

You’ll be able to take away a website online from WPVibe within the plugin admin or on wpvibe.ai at any time. To completely revoke entry, additionally delete the credential beneath Customers » Profile » Utility Passwords.

I’m hoping this text helped you get WordPress MCP arrange to your website online. You may additionally need to see our information on the most productive AI Automation Gear for WordPress.

When you 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.

Introducing WPVibe Fleet Control: Organize A couple of WordPress Websites With AI by in Blog

Ever needed you want to replace each WordPress website you ...

10 Sep, 2026 Add to Favorites

8 Tactics to Develop Website online Visitors When Google Sends Much less of It by in Blog

In case you’re at a loss for words about the best w ...

09 Sep, 2026 Add to Favorites

WPBeginner Highlight 27: WordPress 7.1, WPVibe AI All over, and a New Strategy to File Your Display by in Blog

August was once a large month for WordPress. WordPress 7.1 ...

01 Sep, 2026 1  Person Liked it

Offer Ends Tonight 12 PM

Lifetime Membership with Unlimited Access