Blog · WordPress

How to Connect AI Assistants to WordPress Using MCP

WordPress site owners can now let AI assistants such as Claude, ChatGPT, and Cursor handle routine site management tasks directly, thanks to the Model Context Protocol (MCP), an open standard that connects AI tools to outside services without requiring custom integrations for each pairing.

What MCP Enables on WordPress

MCP works through WordPress’s built in REST API, so no extra infrastructure is required on the site itself. Once connected, an AI assistant can discover what a site supports and carry out tasks from a conversational prompt, including:

  • Drafting and publishing posts, including titles, categories, and tags
  • Uploading images from public URLs into the media library
  • Creating or renaming categories and tags and assigning them to posts
  • Running admin tasks such as flushing the cache or checking active plugins
  • On WordPress 6.9 and later, discovering and running actions registered by plugins directly (called plugin abilities)

Requirements

Setting this up requires a self-hosted WordPress install running version 6.9 or later with the REST API enabled (on by default). The site must be publicly reachable on the internet, since local development environments won’t work unless exposed through a tunnel. An HTTPS-enabled site is also mandatory, because WordPress application passwords require SSL and won’t function over plain HTTP.

Setup Process

The most straightforward route for most site owners is the free WPVibe.ai plugin, which runs on a hosted server and requires no manual infrastructure configuration. After installing and activating the plugin, site owners find an MCP server URL in the WordPress dashboard under Vibe AI settings. That same URL is then added to whichever AI client is in use.

For Claude, the URL can be added once through Claude.ai’s Connectors settings and syncs automatically across Claude Desktop, Claude Code, and mobile apps. Team and Enterprise workspace admins add connectors through organization settings, while Claude Code users can register the connection via a terminal command. ChatGPT users can find WPVibe directly in the ChatGPT App Marketplace and connect without manually copying server URLs.

Developers who prefer more granular control can instead use the official WordPress MCP Adapter, which pairs with the Abilities API introduced in WordPress 6.9, though it requires manual configuration and is aimed at technical users rather than typical site administrators.

What This Means for Site Owners

For WordPress administrators managing content pipelines or routine maintenance, MCP integration offers a way to offload repetitive tasks like drafting posts or checking plugin status to an AI assistant through natural language, without needing separate custom tooling for each AI platform in use.