Best WordPress MCP Plugins in 2026 (Tested & Reviewed)

WordPress MCP Adapter is the right foundation for most self-hosted WordPress sites. If you have a specific requirement — maximum tool coverage, security-first authentication, no-Node.js setup, or WooCommerce AI management — there is a specialist plugin in this list that outperforms any general option.

MCP (Model Context Protocol) is the open standard that lets AI assistants like Claude, ChatGPT, and Cursor connect directly to external systems. Instead of copy-pasting content between your WordPress dashboard and your AI tool, an MCP plugin exposes your site as a structured interface AI agents can read and write through natural language commands.

WordPress 6.9 introduced the Abilities API — a native way for plugins to register typed, discoverable actions. The MCP plugin ecosystem in 2026 is built on top of that foundation. Most plugins in this list either implement the Abilities API directly or wrap the WordPress REST API with MCP-compliant authentication and tooling.

This article covers 10 plugins. Each has a clear verdict, honest pros and cons, real setup requirements, and a specific use case recommendation. No vague ‘it depends’ conclusions.

Quick Picks — TLDR

Not sure which to pick? These are the fastest answers by use case.

  • Best foundation layer: WordPress MCP Adapter — official core team plugin, Abilities API bridge, start here before anything else
  • Most tools, free: Easy MCP AI — 214 tools, OAuth 2.1, GA4 and Search Console integration, no Node.js required
  • Best security-first option: Royal MCP — API key auth on every request, rate limiting, audit logging, 67 core + 59 integration tools
  • Best for developers and agencies: AI Engine — most established MCP plugin, BYOK model, chatbot + content + MCP in one
  • Best auto-discovery: MCP Content Manager Lite — detects every CPT, taxonomy, ACF field, and custom meta automatically
  • Best for WooCommerce stores: MountDev AI MCP Connector — 74 dedicated WooCommerce tools, OAuth 2.0 for ChatGPT
  • Easiest setup (no Node.js): Vibe AI — managed relay, one URL, works with every MCP client out of the box
  • Best modular all-in-one: AI Agent Hub — 80+ abilities across 10 toggleable modules, workflow builder, JWT auth
  • Best for permission control: Enable Abilities for MCP — 42 toggleable abilities, granular on/off control, extends MCP Adapter
  • Best for monitoring: MCP Tracker — logs every MCP request to your Abilities API endpoint, zero interference with traffic

Comparison Table — All 10 WordPress MCP Plugins at a Glance

Use this table to find your category quickly, then jump to the full review below.

PluginTools / AbilitiesFree?AuthBest For
WordPress MCP Adapter3 core + extensibleYesApp Passwords / JWTFoundation layer, developers
Easy MCP AI214YesOAuth 2.0/2.1Maximum free tool coverage
Royal MCP67 core + 59 integrationsYesAPI Key + rate limitingSecurity-first production sites
AI EngineCore WP + optional extras (Pro)YesBearer token / OAuthDevelopers, BYOK, full AI stack
MCP Content Manager Lite60+ (auto-discovered)YesApp PasswordsSites with CPTs, ACF, custom fields
MountDev AI MCP Connector74 WooCommerce toolsYesOAuth 2.0 + App PasswordsWooCommerce stores
Vibe AIFull WP REST API coverageFreemiumManaged relayEasiest setup, non-developers
AI Agent Hub80+ across 10 modulesYesJWTModular, toggleable capabilities
Enable Abilities for MCP42 toggleableYesVia MCP AdapterGranular permission control
MCP TrackerMonitoring onlyYesRead-only loggingObservability, debugging, auditing

All data verified at time of writing. Check official plugin pages for current features and requirements.

1. WordPress MCP Adapter — Best Foundation Layer

WordPress MCP Adapter is the official MCP bridge built by the WordPress Core AI team. It converts Abilities registered via the WordPress 6.9 Abilities API into MCP tools, resources, and prompts — making them instantly discoverable by any MCP-compatible AI client. It is not a standalone feature plugin. It is the infrastructure layer every other MCP plugin in this list either builds on top of or works alongside.

PluginWordPress MCP Adapter
Maintained byWordPress Core AI Team
Best ForDevelopers building on the Abilities API; required foundation for several plugins in this list
RequirementsWordPress 6.9+, PHP 7.4+
AuthApplication Passwords (self-hosted) | OAuth 2.1 (WordPress.com)
Key StrengthOfficial, extensible, bridges any Ability to MCP automatically
Key DrawbackShips with only 3 core abilities — requires companion plugins for meaningful tool coverage

Why WordPress MCP Adapter Is #1

The Adapter’s value is its official status and its architecture. Any plugin that registers Abilities using the WordPress 6.9 API gets automatically exposed as MCP tools the moment the Adapter is active. Plugin developers register their capabilities once — the Adapter converts them to MCP without custom code. This is the foundation the entire WordPress MCP ecosystem is being built on in 2026.

Out of the box, activation registers one default MCP server and exposes three core abilities: site info, user info, and environment info. The real value comes when you add Abilities-API-compatible plugins on top — like Enable Abilities for MCP or MCP Content Manager Lite — which register dozens of additional tools the Adapter bridges automatically.

Transport support covers both Streamable HTTP (MCP 2025-06-18 spec) and STDIO for local development and CLI integration. Authentication on self-hosted sites runs via Application Passwords or JWT tokens. WordPress.com uses OAuth 2.1 — OAuth 2.1 for self-hosted is on the roadmap but not yet shipped.

One honest note: The MCP Adapter is not on WordPress.org yet. Install from GitHub (github.com/WordPress/mcp-adapter). It is production-grade and actively maintained — the GitHub install is the correct way to get it.

✅ What We Like

  • Official WordPress Core AI team plugin — long-term maintenance guaranteed
  • Auto-converts any registered Ability to MCP tools — no per-plugin integration work
  • Multi-server support — create and manage multiple MCP servers with unique configurations
  • Supports Streamable HTTP (2025-06-18 spec) and STDIO transport
  • Foundation for the entire WordPress Abilities API ecosystem
  • Works with Claude Desktop, Claude Code, Cursor, VS Code Copilot, Windsurf

⚠️ What Could Be Better

  • Only 3 core abilities out of the box — needs companion plugins for real tool coverage
  • Not yet on WordPress.org — GitHub install only
  • OAuth 2.1 for self-hosted not yet available — Application Passwords required for now
  • Developer-level setup — not appropriate for non-technical users without a companion plugin

Pricing and Setup

Free. Install from GitHub. Activate, configure your MCP server endpoint, generate an Application Password or JWT token, then connect your AI client using the endpoint URL.

Verdict: Install the MCP Adapter first, before any other MCP plugin. It is the foundation. If you need more tools, add Enable Abilities for MCP or MCP Content Manager Lite on top. If you want a complete standalone solution without GitHub installs, start with Easy MCP AI or Royal MCP instead.

👉 Install from GitHub 👉 Read Official Docs

2. Easy MCP AI — Best Free WordPress MCP Plugin (Most Tools)

Easy MCP AI is the most complete free WordPress MCP server available in 2026. It ships 214 tools across posts, pages, media, users, comments, menus, Google Analytics 4, Google Search Console, Semrush, and DataforSEO — all accessible through a single MCP endpoint, with no Node.js, no proxy server, and no external hosting required.

PluginEasy MCP AI
Rating⭐⭐⭐⭐⭐ (Early — high satisfaction)
Best ForSite owners who want maximum tool coverage and SEO data access without paying
RequirementsWordPress 6.9+, PHP 8.0+
AuthOAuth 2.0/2.1 with PKCE, refresh-token rotation, Dynamic Client Registration (RFC 7591)
Key Strength214 tools free — GA4, GSC, Semrush integration built in
Key DrawbackNewer plugin — smaller community than AI Engine

Why Easy MCP AI for Tool Coverage

The headline is 214 tools for free. The tool coverage spans content management (posts, pages, CPTs, media, comments, menus, settings), user management, Google Analytics 4 (account summaries, reports, real-time data, data streams, custom dimensions), Google Search Console (performance data, search queries, index coverage), Semrush, and DataforSEO.

The SEO data integration is the standout differentiator. No other plugin in this roundup gives Claude or ChatGPT direct access to your GA4 traffic data and Search Console performance without leaving the AI chat. Ask Claude “which of my posts drove the most organic clicks last month?” and it pulls the answer from your actual GSC data — no copy-pasting reports.

The OAuth 2.1 implementation is the most complete in this category — PKCE, refresh-token rotation, and Dynamic Client Registration (RFC 7591). Claude Desktop can connect with a single click on the consent screen without manually copying tokens.

✅ What We Like

  • 214 tools free — most coverage in this roundup at zero cost
  • GA4 and Google Search Console integration — AI agents query your real analytics data
  • OAuth 2.1 with PKCE and Dynamic Client Registration — cleanest auth flow in category
  • No Node.js, no proxy, no external hosting — installs like any WordPress plugin
  • Works as MCP adapter for Abilities API plugins automatically
  • Single MCP endpoint at /wp-json/easy-mcp-ai/v1/mcp — clean, simple URL

⚠️ What Could Be Better

  • Newer plugin — smaller community and fewer tutorials than AI Engine
  • SEO data integrations (Semrush, DataforSEO) require separate API keys
  • GA4 and GSC integration requires Google authorization setup
  • WooCommerce tool depth less specialized than MountDev’s 74 dedicated tools

Pricing and Setup

Free on WordPress.org. Install, activate, generate a token, connect your MCP client. OAuth 2.1 flow is one-click for Claude Desktop — it opens a browser authorization screen, you approve, and the client is connected.

Verdict: Easy MCP AI is the default recommendation for any site owner who wants a free, full-featured MCP server without GitHub installs or Node.js configuration. The GA4 and GSC integration alone makes it the strongest free option in this roundup for SEO-focused site operators.

👉 Download Free on WordPress.org

3. Royal MCP — Best Security-First WordPress MCP Plugin

Royal MCP is the most security-conscious MCP server plugin for WordPress. It ships API key authentication on every request, per-IP rate limiting, timing-safe key comparison, and a full audit log of every MCP interaction. According to the plugin’s published research, 41% of public MCP servers have no authentication at all — Royal MCP takes the opposite approach on every point.

PluginRoyal MCP
Rating⭐⭐⭐⭐⭐ (High satisfaction, recent release)
Best ForProduction sites where security, auditability, and access control are non-negotiable
RequirementsWordPress 6.9+
AuthAPI key (every request) + OAuth 2.0 for Claude Desktop native connector
Key StrengthEvery session authenticated, rate-limited, and logged — most secure option in roundup
Key DrawbackIntegration tools auto-load only for Royal Plugins products — third-party plugins not covered

Why Royal MCP for Security

MCP gives AI agents read and write access to your WordPress site. Royal MCP ships with every security layer most other MCP plugins treat as optional: API key required on every session initialization, not just the first request. Timing-safe key comparison prevents timing attacks. Per-IP rate limiting at 60 requests per minute blocks abuse. Every interaction is logged with full request and response data.

The tool set is substantial: 67 core WordPress tools covering content, media, users, settings, and site diagnostics. When WooCommerce is active, 26 additional tools auto-load — products, orders, coupons, shipping, taxes, refunds. When other Royal Plugins products (GuardPress, SiteVault, ForgeCache, Royal Links, Elementor, ACF) are active, their dedicated integration tools auto-load as well.

✅ What We Like

  • API key authentication on every request — not just session initialization
  • Per-IP rate limiting at 60 requests/minute — blocks automated abuse
  • Full audit log — every MCP interaction recorded with request and response data
  • 67 core tools + 59 integration tools auto-loading when compatible plugins are active
  • OAuth 2.0 for Claude Desktop native connector flow
  • Video setup guides for every major MCP client

⚠️ What Could Be Better

  • Integration tools auto-load only for Royal Plugins products — third-party plugins not covered
  • Smaller ecosystem than Automattic-backed tools — less community documentation
  • Pro tier pricing not fully detailed on WordPress.org — check royalplugins.com directly

Pricing and Setup

Free tier available on WordPress.org. Pro version available via royalplugins.com. Setup: install, generate an API key, configure your MCP client with the endpoint URL and API key. First-time setup walkthrough with videos at royalplugins.com/support/royal-mcp/.

Verdict: If you run a client site, a high-traffic WooCommerce store, or any WordPress installation where an unauthorized AI agent writing content would be a real problem, Royal MCP is the right choice. The security-first architecture is not paranoia — it is the correct default for production MCP deployments.

👉 Download Free on WordPress.org 👉 Visit Royal MCP Website

4. AI Engine — Best WordPress MCP Plugin for Developers and Agencies

AI Engine is the most established AI plugin for WordPress, and it was among the first to ship an MCP server. The free version includes core WordPress MCP tools. The Pro version adds plugin management, theme management, database tools, Polylang, and WooCommerce tools to the MCP server — making it one of the most extensible options in this list.

PluginAI Engine
Rating⭐⭐⭐⭐⭐ (4.8/5, 80,000+ installs)
Best ForDevelopers and agencies who want MCP plus chatbot, content generation, and BYOK in one plugin
RequirementsWordPress 5.5+, API key for AI provider
AuthBearer token | OAuth (Pro)
Key Strength80,000+ installs, most established MCP plugin, full AI stack in one
Key DrawbackAdvanced MCP tools locked in Pro — SSE transport being retired July 2026

Why AI Engine for Developers

AI Engine’s MCP server is one module within a much broader plugin. That breadth is the differentiator for developers and agencies. The same plugin that provides your MCP server also handles chatbot deployment, content generation, AI forms, image generation, and BYOK connections to OpenAI, Claude, Gemini, Mistral, and any OpenAI-compatible endpoint including local models via Ollama.

For an agency managing 10 client sites, AI Engine consolidates what would otherwise be 3–4 separate plugins into one. The MCP server lets Claude Code or Cursor manage WordPress content programmatically. The chatbot handles customer support. The content generator speeds up publishing. One plugin, one plugin update cycle, one support relationship.

One important update: SSE transport for MCP is scheduled for removal in July 2026. If you are currently using AI Engine’s MCP via SSE, migrate to the Streamable HTTP transport before that date.

✅ What We Like

  • 80,000+ installs — most established MCP-enabled plugin in WordPress
  • Full AI stack in one plugin: MCP server + chatbot + content generation + BYOK
  • Supports GPT-4o, Claude, Gemini, Mistral, Ollama and all OpenAI-compatible endpoints
  • MCP extra tools in Pro: plugin management, theme management, database, WooCommerce
  • Active development — recent updates weekly, responsive developer
  • Extended CORS headers for browser-context MCP clients

⚠️ What Could Be Better

  • Advanced MCP tools (plugin/theme/WooCommerce management) locked in Pro
  • SSE transport being removed July 2026 — migration required for existing SSE users
  • Broader plugin scope means more to configure if you only need MCP
  • BYOK model requires API key management — not plug-and-play for non-technical users

Pricing

PlanSitesPriceMCP Includes
FreeUnlimited$0Core WordPress MCP tools, basic content and user management
Pro1 site$49/yearExtra MCP tools: plugin, theme, database, Polylang, WooCommerce management
ProUnlimited$129/yearAll Pro MCP tools, unlimited sites

Verdict: AI Engine is the right choice when you want MCP as part of a broader AI toolkit rather than a standalone server. For pure MCP server functionality, Easy MCP AI’s 214 free tools exceed AI Engine’s free tier. For developers who also need chatbot and content generation alongside MCP, AI Engine consolidates everything into one plugin.

👉 Download Free on WordPress.org 👉 Visit AI Engine Website

5. MCP Content Manager Lite — Best for Auto-Discovery

MCP Content Manager Lite automatically discovers every custom post type, taxonomy, ACF field group, custom field, and registered meta on your WordPress install — and exposes all of it as MCP abilities without any configuration files or code. Sites with complex data structures get full AI access to their entire content model out of the box.

PluginMCP Content Manager Lite
Rating⭐⭐⭐⭐⭐ (High early satisfaction)
Best ForSites with CPTs, ACF fields, custom meta — anywhere the standard tools list falls short
RequirementsWordPress 6.9+, PHP 8.3+
AuthApplication Passwords
Key StrengthAuto-discovery — no config files, no YAML, no hardcoded tool lists
Key DrawbackPHP 8.3 requirement — may require a hosting upgrade

Why MCP Content Manager for Auto-Discovery

Most WordPress MCP plugins ship 10–20 hardcoded tools that wrap fixed REST API endpoints. MCP Content Manager Lite reads your site’s actual data model and builds the tool list from what it finds. If your site has a “Property” CPT with 20 ACF fields, your AI client gets 20 queryable fields on the Property post type automatically — without you writing a configuration file.

The plugin ships 60+ abilities for standard WordPress operations plus auto-discovered site-specific tools. It also includes observability features most competitors put behind paid tiers: connection status, tool inventory, request history, and diagnostic tooling — all free.

✅ What We Like

  • Auto-discovers CPTs, taxonomies, ACF groups, custom fields, registered meta
  • No configuration files, no YAML, no hardcoded tool lists
  • 60+ standard abilities plus site-specific auto-discovered tools
  • Observability and diagnostics included free — connection status, tool inventory, request history
  • Works with any MCP client via Application Passwords
  • Built on the Abilities API — compatible with WordPress core direction

⚠️ What Could Be Better

  • PHP 8.3 required — higher than most other plugins in this list
  • AI Mode requires WordPress 7.0+ — not widely available yet
  • Newer plugin — fewer long-term production case studies
  • Authentication via Application Passwords only — no OAuth 2.1 yet

Pricing and Setup

Free on WordPress.org. Install, activate, connect via Application Password. Pro version available for advanced features.

Verdict: MCP Content Manager Lite is the right pick for any WordPress site with a complex content model — CPTs, ACF, custom taxonomies, or non-standard data structures. For sites running standard posts and pages only, Easy MCP AI’s tool breadth may serve better.

👉 Download Free on WordPress.org

6. MountDev AI MCP Connector — Best WordPress MCP Plugin for WooCommerce

MountDev AI MCP Connector ships 74 dedicated WooCommerce tools — covering products, orders, coupons, shipping, tax rates, webhooks, payment gateways, and store reports — alongside full WordPress content management. It is the deepest WooCommerce MCP implementation in this roundup, built for teams that want to manage their store through Claude or ChatGPT.

PluginMountDev AI MCP Connector
Rating⭐⭐⭐⭐ (Early, positive reviews)
Best ForWooCommerce store operators who want AI agents managing their entire store
RequirementsWordPress 5.6+, WooCommerce (for store tools)
AuthOAuth 2.0 with PKCE for ChatGPT | Application Passwords for Claude, Cursor, Windsurf
Key Strength74 WooCommerce-specific tools — most comprehensive store management via MCP
Key DrawbackWooCommerce tools only appear when WooCommerce is active — zero benefit on non-store sites

Why MountDev for WooCommerce

The 74 WooCommerce tools are not surface-level. They cover the full store management scope: create and update products with variations, images, and attributes; manage orders including refunds and status updates; create and apply coupons; configure shipping zones and methods; update tax rates; manage webhooks; configure payment gateways; and pull store performance reports.

The dual authentication model handles the ChatGPT-vs-Claude divergence cleanly. ChatGPT’s custom connector requires OAuth 2.0 with PKCE — supported. Claude Desktop and code editors use Application Passwords — also supported. Client secrets are encrypted using AES-256-CBC before storage. No data is sent to any third-party external service — all communication stays on your server.

✅ What We Like

  • 74 WooCommerce-specific tools — products, orders, coupons, shipping, taxes, payments, reports
  • OAuth 2.0 with PKCE for ChatGPT, Application Passwords for Claude/Cursor/Windsurf
  • AES-256-CBC encryption for client secrets stored at rest
  • No external data transmission — all communication stays on your server
  • Profile-based access control — restrict which tools specific clients can use
  • HPOS-compatible WooCommerce tools

⚠️ What Could Be Better

  • WooCommerce tools only load when WooCommerce is active — no value on non-store sites
  • Newer plugin — smaller install base than AI Engine
  • Non-WooCommerce WordPress tool set less specialized than dedicated content plugins

Pricing and Setup

Free on WordPress.org. Install, activate, generate credentials via the plugin admin, configure your MCP client. WooCommerce tools appear automatically when WooCommerce is installed and active.

Verdict: For WooCommerce stores where AI agent management of products, orders, and store settings is the primary use case, MountDev delivers the deepest tool set in this roundup. For non-WooCommerce sites, look at Easy MCP AI or Royal MCP instead.

👉 Download Free on WordPress.org

7. Vibe AI — Easiest WordPress MCP Setup

Vibe AI is the simplest MCP server for WordPress to get running. It uses a managed cloud relay — you install the plugin, get one URL, paste it into any MCP client, and you are connected. No Node.js. No self-hosted proxy. No JWT configuration. Every AI client that speaks MCP — Claude, ChatGPT, Cursor, Windsurf, OpenCode — connects through the same URL.

PluginVibe AI
Rating⭐⭐⭐⭐ (Early, active development)
Best ForNon-developers and content teams who want MCP working fast without technical setup
RequirementsWordPress 6.9+
AuthManaged via wpvibe.ai relay service
Key StrengthOne URL for every MCP client — zero Node.js, zero proxy, zero configuration
Key DrawbackManaged relay — requests pass through wpvibe.ai servers, not suitable for sensitive data

Why Vibe AI for Easy Setup

The friction of setting up a self-hosted MCP server is real: Application Passwords need to be created and stored. JWT tokens expire. Node.js may not be available on shared hosting. OAuth flows require authorization server configuration. Vibe AI eliminates all of this by routing requests through a managed relay at wpvibe.ai.

The trade-off is explicit: your WordPress management requests pass through Vibe AI’s servers before reaching your site. That is acceptable for content teams and publishers. For sites with sensitive data — customer records, order data, private member content — a self-hosted solution like Easy MCP AI or Royal MCP is the appropriate choice.

✅ What We Like

  • One URL for every MCP client — same endpoint for Claude, ChatGPT, Cursor, Windsurf
  • Zero Node.js, zero proxy, zero JWT configuration
  • Full WordPress REST API coverage through natural language
  • Abilities API support — new plugin Abilities appear automatically
  • Works on any WordPress hosting including shared hosting

⚠️ What Could Be Better

  • Managed relay — requests pass through wpvibe.ai servers, not suitable for sensitive data
  • Service dependency — if wpvibe.ai is down, your MCP connection is down
  • Less control over authentication and security configuration than self-hosted options
  • Freemium model — free tier limits not fully detailed at time of writing

Pricing and Setup

Freemium — free tier available, paid plans on request. Install, activate, get your relay URL from the plugin settings, paste into any MCP client. Connects in under 5 minutes on any WordPress hosting.

Verdict: Vibe AI is the right choice for content teams and non-developers who want MCP working today without a technical setup session. If your site handles sensitive user data or you need full control over where requests go, use Easy MCP AI or Royal MCP instead.

👉 Download Free on WordPress.org 👉 Visit Vibe AI Website

8. AI Agent Hub — Best Modular WordPress MCP Plugin

AI Agent Hub provides 80+ abilities across 10 independently toggleable modules — posts, pages, media, users, comments, custom post types, REST API discovery, site diagnostics, WordPress settings, and WooCommerce. Enable only the modules your AI agent needs. The built-in workflow builder lets you chain abilities into multi-step agent workflows without external automation tools.

PluginAI Agent Hub
Rating⭐⭐⭐⭐ (Good early reception)
Best ForUsers who want modular, toggleable MCP capabilities with a built-in workflow layer
RequirementsWordPress 5.8+, PHP 7.4+
AuthJWT authentication
Key Strength10 toggleable modules + workflow builder — build agent workflows inside WordPress
Key DrawbackJWT auth requires token management — no OAuth 2.1 for one-click client connect

Why AI Agent Hub for Modular MCP

Most MCP plugins give you a fixed tool list — all or nothing. AI Agent Hub lets you enable modules individually. If your AI agent only needs to manage posts and media, disable the user management, WooCommerce, and site settings modules. Smaller attack surface, fewer tools for the AI to call incorrectly, cleaner capability list in your MCP client.

The workflow builder lets you define multi-step agent workflows inside WordPress — “fetch posts from this category, generate summaries with AI, create a newsletter draft” — and the workflow runs as a single invokable action from your MCP client. The AI Experiments module also integrates directly into the Gutenberg block editor, enabling AI-powered content operations inline during editing.

✅ What We Like

  • 11 independently toggleable modules — enable only what you need
  • 80+ abilities covering posts, pages, media, CPTs, users, WooCommerce, site diagnostics
  • Built-in workflow builder — chain abilities into multi-step agent workflows
  • AI Experiments module in Gutenberg editor — in-editor AI actions
  • Role-based access control — restrict capabilities by WordPress user role
  • REST API discovery module — AI agents can self-discover your site’s API structure

⚠️ What Could Be Better

  • JWT authentication requires token management — no OAuth 2.1 for one-click client connect
  • Workflow builder is early-stage — limited compared to dedicated automation tools
  • Smaller install base than AI Engine — newer product

Pricing and Setup

Free on WordPress.org. Pro version available — check the plugin page for current pricing. Install, activate, enable modules via the admin dashboard, generate a JWT token, configure your MCP client.

Verdict: AI Agent Hub is the right pick when module-level control and an in-WordPress workflow builder matter more than maximum tool count or OAuth 2.1 auth. The modular architecture is genuinely useful for security-conscious deployments where minimizing the AI agent’s tool surface matters.

👉 Download Free on WordPress.org

9. Enable Abilities for MCP — Best for Granular Permission Control

Enable Abilities for MCP is not a standalone MCP server. It is a companion plugin for the WordPress MCP Adapter that registers 42 additional abilities across 8 categories — Core, Read, Write, SEO, Utility, Custom Post Types, WooCommerce, and The Events Calendar — with a simple admin dashboard to toggle each ability on or off individually.

PluginEnable Abilities for MCP
Rating⭐⭐⭐⭐ (Solid early reviews)
Best ForSites running WordPress MCP Adapter who need per-ability toggle control
RequirementsWordPress 6.9+, WordPress MCP Adapter (required)
AuthVia WordPress MCP Adapter
Key Strength42 abilities with individual on/off toggles — most granular permission control in roundup
Key DrawbackRequires MCP Adapter — not a standalone MCP server

Why Enable Abilities for Granular Control

Enable Abilities for MCP gives you 42 abilities organized into clear functional categories, with an admin toggle for each one. You can enable read access to posts without enabling write access. You can expose WooCommerce product data without exposing order data. You can give the AI event management through The Events Calendar without giving it user management.

This is the right architecture for multi-author sites, client sites, or any WordPress installation where different AI agents need different capability sets. The toggle-based admin interface makes it straightforward to adjust permissions without editing configuration files.

✅ What We Like

  • 42 abilities with individual on/off toggles — most granular permission control in roundup
  • 8 organized categories: Core, Read, Write, SEO, Utility, CPTs, WooCommerce, The Events Calendar
  • WooCommerce abilities use native WooCommerce API — HPOS-compatible
  • The Events Calendar integration — list, get, create, update events natively
  • Simple admin dashboard — no config files, no YAML
  • Officially aligned with WordPress core direction — built on the Abilities API

⚠️ What Could Be Better

  • Requires WordPress MCP Adapter — cannot run standalone
  • 42 abilities is less than Easy MCP AI’s 214
  • No built-in authentication layer — relies entirely on MCP Adapter’s auth

Pricing and Setup

Free on WordPress.org. Requires WordPress MCP Adapter to be installed and active. Install both, activate, then use the Enable Abilities admin dashboard to toggle individual capabilities on or off.

Verdict: Enable Abilities for MCP is the right companion for any site running the WordPress MCP Adapter that needs more than 3 tools but wants explicit control over exactly which capabilities are exposed. Stack it with the official MCP Adapter for the most officially-aligned, granularly-controlled MCP setup available.

👉 Download Free on WordPress.org

10. MCP Tracker — Best WordPress MCP Monitoring Plugin

MCP Tracker is the only plugin in this roundup that does not add MCP capabilities — it logs them. It monitors every MCP request made to the WordPress Abilities API endpoint, records request and response data, and presents it in a filterable admin interface. Zero interference with request flow. No data sent to external services. Essential for debugging, auditing, and understanding how AI agents are actually interacting with your site.

PluginMCP Tracker
Rating⭐⭐⭐⭐ (Focused tool, strong for its use case)
Best ForDevelopers, agencies, and site owners who need visibility into MCP agent activity
RequirementsWordPress 6.9+, any active MCP plugin using the Abilities API
AuthRead-only admin access (manage_options capability)
Key StrengthComplete observability layer — logs every MCP request without modifying traffic
Key DrawbackMonitoring only — does not add or expose any MCP tools itself

Why MCP Tracker for Observability

When an AI agent can read and write your WordPress site through MCP, knowing what it is actually doing matters. MCP Tracker identifies MCP requests via the Mcp-Session-Id header, records the full request and response, and stores everything in a custom database table. The admin interface is filterable — you can see exactly which tools were called, what parameters were passed, and what was returned.

This is useful in three scenarios: debugging a workflow that is not producing the expected output, auditing AI agent activity for compliance or governance reasons, and understanding usage patterns before optimizing your MCP configuration.

✅ What We Like

  • Logs every MCP request with full request and response data
  • Zero interference with request flow — passive monitoring only
  • No data sent to external services — all logs stored in your own database
  • Filterable admin interface — sort and search by session, tool, date, or status
  • Minimal performance impact — hooks only on MCP requests, not all REST traffic
  • Admin-only access (manage_options) — not exposed to non-admin users

⚠️ What Could Be Better

  • Logs stored indefinitely — no automatic cleanup yet, manual clear required
  • No alerting — does not notify you when unusual activity is detected
  • Monitoring only — does not add any MCP capabilities itself

Pricing and Setup

Free on WordPress.org. Install alongside any MCP plugin using the Abilities API. No configuration required — MCP Tracker begins logging immediately on activation.

Verdict: Add MCP Tracker to any WordPress site running an MCP server. It costs nothing, has no performance impact, and gives you complete visibility into what AI agents are doing on your site.

👉 Download Free on WordPress.org

Buying Guide — How to Choose the Right WordPress MCP Plugin

Match the plugin to your use case and technical context first. MCP plugins are more technical than most WordPress plugins — getting the wrong one means either a security gap or a setup that never works.

1. Understand What You Actually Need MCP For

MCP turns your WordPress site into an interface AI agents can manage through natural language. Before picking a plugin, define the specific workflow you want to enable.

  • Content publishing via Claude or ChatGPT: Easy MCP AI, Royal MCP, or AI Engine — all cover this well
  • WooCommerce store management via AI: MountDev AI MCP Connector — 74 dedicated store tools
  • Complex site with CPTs and ACF: MCP Content Manager Lite — auto-discovers your full data model
  • Developer tooling (Claude Code, Cursor, VS Code): WordPress MCP Adapter + Enable Abilities for MCP — official stack, Abilities API aligned
  • Monitoring what AI agents are doing: MCP Tracker — pairs with any other MCP plugin

2. Assess Your Security Requirements

MCP gives AI agents write access to your site. The security model of your MCP plugin matters more here than it does for most WordPress tools.

  • Production sites, client work, stores with customer data: Royal MCP — API key on every request, rate limiting, audit logging
  • Sites needing OAuth 2.1 compliance: Easy MCP AI — most complete OAuth 2.1 implementation in the category
  • Sites needing per-ability access control: Enable Abilities for MCP — toggle individual capabilities on or off
  • Personal or development sites: Vibe AI — easiest setup, accepts managed relay trade-off

3. Know Your Technical Context

  • Shared hosting (no Node.js, no SSH): Easy MCP AI or Vibe AI — both work without server-level access
  • Managed WordPress hosting: Any plugin in this list — all work as standard WordPress plugins
  • Self-hosted VPS with full server access: WordPress MCP Adapter from GitHub — the official foundation, full control
  • PHP 8.3 required: MCP Content Manager Lite — check your hosting PHP version before installing

4. Understand Authentication by MCP Client

  • Claude Desktop: Application Passwords (all plugins), OAuth 2.0 (Royal MCP, MountDev), OAuth 2.1 (Easy MCP AI)
  • ChatGPT custom connector: Requires OAuth 2.0 — MountDev AI MCP Connector or Easy MCP AI
  • Cursor, Windsurf, VS Code Copilot: Application Passwords work across all plugins in this list
  • Claude Code: Application Passwords or bearer token — AI Engine and Royal MCP both work

5. Plan Your Stack — Most Sites Need Two or Three Plugins

A well-configured WordPress MCP setup typically involves two or three plugins working together. A common and well-supported stack: WordPress MCP Adapter (foundation) + Enable Abilities for MCP (tool set + toggle control) + MCP Tracker (monitoring). This gives you the official architecture, 42 controllable abilities, and full observability — all free, all officially aligned with WordPress core direction.

For one plugin that does everything: Easy MCP AI covers content management, SEO data, and OAuth 2.1 auth in a single install. For security-critical production sites: Royal MCP as the standalone server plus MCP Tracker for logging.

Frequently Asked Questions

These are the most common questions from the keyword research behind this article — answered directly.

What is an MCP plugin for WordPress?

An MCP plugin turns your WordPress site into an MCP server — a structured interface that AI assistants like Claude, ChatGPT, and Cursor can connect to and interact with through natural language. Instead of copy-pasting content into your AI tool, the AI agent can read posts, create pages, manage media, and update settings directly through the MCP connection.

What is the WordPress Abilities API?

The Abilities API was introduced in WordPress 6.9. It is a native way for WordPress plugins to register typed, discoverable, and executable capabilities in a standardized format. The WordPress MCP Adapter bridges Abilities to the MCP protocol automatically. Any plugin that registers Abilities gets exposed as MCP tools once the Adapter is active.

Do I need Node.js to run a WordPress MCP server?

No. Most modern WordPress MCP plugins run entirely as PHP WordPress plugins with no Node.js required. Easy MCP AI, Royal MCP, MCP Content Manager Lite, MountDev, and AI Agent Hub all work without Node.js. Vibe AI uses a managed relay that also requires no server-side configuration.

Is it safe to give an AI agent MCP access to my WordPress site?

It depends on the plugin’s authentication model and your configuration. Plugins with no authentication are not safe for production use. Royal MCP, Easy MCP AI, and MountDev all implement proper authentication. Use role-based access control or per-ability toggles to limit what the AI can do. Never expose admin-level write access to an untrusted MCP client.

What AI clients work with WordPress MCP plugins?

Claude Desktop, Claude Code, Cursor, VS Code Copilot, Windsurf, ChatGPT (via custom connector), n8n, and any application implementing the Model Context Protocol. Different clients support different authentication methods — check the specific client requirements against the plugin’s supported auth methods before installing.

Can I use multiple WordPress MCP plugins at the same time?

Yes — some combinations are designed to work together. WordPress MCP Adapter + Enable Abilities for MCP is the official recommended stack. Adding MCP Tracker on top of any MCP plugin works cleanly. Running two full MCP server plugins simultaneously is possible but creates two separate endpoints — useful for testing, unnecessary in production.

Do WordPress MCP plugins work with WooCommerce?

Several do. MountDev AI MCP Connector has the most comprehensive WooCommerce coverage with 74 dedicated tools. Royal MCP auto-loads 26 WooCommerce tools when WooCommerce is active. MCP Content Manager Lite, AI Agent Hub, and Enable Abilities for MCP all include WooCommerce modules.

Which WordPress MCP plugin is best for beginners?

Vibe AI has the lowest setup friction — install, get a URL, paste it into your AI client. Easy MCP AI is a close second: install from WordPress.org, OAuth 2.1 handles the client connection in one click for Claude Desktop. Avoid the WordPress MCP Adapter from GitHub for non-technical users — the GitHub install and Application Password configuration require more technical confidence.

Conclusion

WordPress MCP Adapter is the right foundation. Easy MCP AI is the default standalone recommendation. Royal MCP is the right choice when security is non-negotiable. For everything else — WooCommerce stores, complex data models, granular permission control, or monitoring — the specialist tools in this list outperform any general option.

The WordPress MCP ecosystem is early. The Abilities API shipped in WordPress 6.9. Most plugins in this list are less than a year old. Expect significant changes — new plugins, updated authentication standards, and the Abilities API maturing further into WordPress core. The plugins listed here are the best options available today, evaluated against what they actually do right now.

Quick Reference — Final Verdicts

  • WordPress MCP Adapter: Official foundation — install first, bridges any Ability to MCP automatically
  • Easy MCP AI: Most free tools (214) — GA4, GSC, OAuth 2.1, no Node.js, default standalone recommendation
  • Royal MCP: Security-first — API key every request, rate limiting, audit log, production default
  • AI Engine: Developer choice — most established plugin (80K+ installs), full AI stack, MCP included
  • MCP Content Manager Lite: Auto-discovery — detects CPTs, ACF, custom meta automatically, no config files
  • MountDev AI MCP Connector: WooCommerce leader — 74 dedicated store tools, OAuth for ChatGPT
  • Vibe AI: Easiest setup — one URL, no Node.js, managed relay, best for non-developers
  • AI Agent Hub: Modular control — 10 toggleable modules, workflow builder, role-based access
  • Enable Abilities for MCP: Granular permissions — 42 individually toggled abilities, official Abilities API stack
  • MCP Tracker: Observability — logs every MCP request, zero interference, add to any MCP setup

Security is not optional for MCP. AI agents with write access to your site are a meaningful attack surface. Any production MCP deployment needs proper authentication, rate limiting, and logging. Royal MCP and Easy MCP AI both provide this. Vibe AI’s managed relay trades some of this control for setup simplicity — understand the trade-off before deploying on client or production sites.

The ecosystem is evolving fast. Most plugins in this roundup are less than a year old. OAuth 2.1 for self-hosted WordPress is coming. Check changelog activity and install counts before committing to a plugin for long-term production use.

Add MCP Tracker to any setup. It costs nothing, logs everything, and gives you the observability that every production MCP deployment needs. It is the one plugin in this list that pairs usefully with every other option.

All plugin data — install counts, tool counts, features, and requirements — was verified at time of writing. This is a fast-moving category. Always check the official plugin page for current information before making a decision.

Scroll to Top