WordPress MCP Servers Compared (2026): Connect My Site to AI vs WordPress.com, Automattic, and the Rest
A side-by-side comparison of every WordPress MCP server worth considering in 2026. What each one can do, what they cost, and who they're built for — including my own plugin and the alternatives.
A year ago, "WordPress MCP" was barely a search term. Now there are at least six serious options — from Automattic's official adapter to single-developer plugins on the WordPress.org repository. Picking the wrong one wastes a weekend; picking the right one turns Claude into a real second pair of hands for your site.
I've used most of these. I also wrote one of them — Connect My Site to AI — so this comparison includes my own plugin alongside the alternatives. I'll be honest about where each one wins and where it loses. If you're brand new to the protocol, start with my MCP servers explained primer first; this post assumes you already know what MCP is.
The Six Options Worth Comparing
As of April 2026, these are the WordPress MCP servers actually being used in production:
- WordPress.com built-in MCP — included on paid WordPress.com plans. Hosted, OAuth 2.1, zero install.
- Automattic MCP Adapter (official) — open-source plugin from the WordPress core team. Uses the new Abilities API in WordPress 6.9.
- WordPress VIP MCP — enterprise track for VIP customers. Same protocol, enterprise SLA and security model.
- Connect My Site to AI — self-hosted plugin (mine). 24 read tools free, 23 write tools in Pro.
- Royal MCP — security-first plugin on WordPress.org.
- WP MCP Ultimate — free, open-source, 58 abilities, broadest tool surface.
Side-by-Side Comparison
| Server | Hosting | Auth | Read / Write | Price |
|---|---|---|---|---|
| WordPress.com MCP | Hosted | OAuth 2.1 | Both | From $4/mo (paid plan) |
| Automattic Adapter | Self-hosted | Auth handler (pluggable) | Both (via Abilities) | Free |
| WordPress VIP | Hosted (enterprise) | Enterprise SSO | Both | Enterprise pricing |
| Connect My Site to AI | Self-hosted | OAuth 2.0 + PKCE | 24 read free / 23 write Pro | Free / $49 yr Pro |
| Royal MCP | Self-hosted | API key | Both | Free |
| WP MCP Ultimate | Self-hosted | App password | Both (58 abilities) | Free |
WordPress.com Built-In MCP
If your site already lives on WordPress.com, you have a built-in MCP server waiting for you to switch on. Toggle it from the dashboard, authenticate Claude Desktop with OAuth 2.1, and you're done. There's nothing to install, nothing to update, nothing to host.
The trade-off is the trade-off you already accept by being on WordPress.com: you don't own the server, the available tools are whatever Automattic decides to expose, and you can't extend the surface with your own custom tools without writing a plugin and getting it approved on a Business or Commerce plan.
Pick this if: you're already on WordPress.com paid, you don't need custom tools, and you want zero ops overhead.
Automattic MCP Adapter (Official)
The Automattic adapter is the closest thing to a "WordPress core" MCP server. It's open-source, it's maintained by the same team that ships WordPress, and it's built on top of the new Abilities API introduced in WordPress 6.9 — which means any plugin that registers an "ability" automatically becomes callable through MCP.
That architectural decision is the headline feature: instead of every plugin shipping its own MCP integration, plugins expose abilities, and the adapter exposes those abilities to AI clients. Long-term, this is almost certainly where the WordPress ecosystem is heading.
The trade-off today is that the adapter itself is a thin protocol layer. The actual tool surface depends on how many plugins on your site have adopted the Abilities API — which, in early 2026, is a small but growing number. You'll write more glue code than you would with a batteries-included plugin.
Pick this if: you're a developer comfortable building abilities in PHP, you want the most future-proof option, and you're happy to fill in the tool surface yourself.
WordPress VIP MCP
WordPress VIP is the enterprise hosting tier — Fortune 500 brands, news organizations, marketing teams running dozens of properties under a single contract. Their MCP offering is the same protocol everyone else uses, wrapped in enterprise SLAs, SSO, audit logging, and the rest of the compliance stack their customers require.
For 99% of readers of this post, VIP is overkill. But if your legal department won't approve a single-developer plugin (mine included) and you need an enterprise paper trail on every AI action, this is the option that exists for you.
Pick this if: you're already a VIP customer, or your compliance requirements rule out everything else.
Connect My Site to AI
This is the plugin I built, so take the next two paragraphs with the salt they deserve. The free version ships 24 read-only tools focused on content audits — find orphan content, find thin content, find missing SEO elements, get internal links, search posts, list media, get site health. That's enough to run a real audit on a 200-post site without paying anything.
The Pro version adds 23 write tools — create/update posts, bulk update meta, manage redirects, find-and-replace, manage taxonomies. Write tools are gated behind the license key and a `write` scope, dry-run is the default for find-and-replace, bulk operations are capped at 50 items, and trashed posts are recoverable. If you've read about my plugin elsewhere, the design is best summarized as "let Claude do real work, but make it almost impossible to permanently destroy anything."
The trade-off vs Automattic's adapter is that I made opinionated tool decisions instead of building a generic abilities surface. You get a curated, immediately-useful tool set on day one, but you can't extend it without modifying the plugin. The trade-off vs WordPress.com is that you self-host — which is what you wanted if you didn't want to be on WordPress.com to begin with.
Pick this if: you self-host WordPress, you want a working SEO audit toolkit out of the box, and you'd rather pay $49/yr than write your own abilities.
Royal MCP
Royal MCP is on the official WordPress.org plugin directory, so it's gone through the same review process Pin It Button and ScanMyPosts went through. The pitch is "security-first" — API key auth instead of OAuth, scoped permissions, a smaller default tool surface than the more aggressive plugins.
API keys are simpler to set up than OAuth flows but lose you the per-session revocation OAuth gives you. For a single-developer site that's a fine trade. For a team where multiple people might connect, OAuth (which Connect My Site to AI and WordPress.com both use) is the better model.
Pick this if: you want a free WordPress.org-hosted plugin and you're comfortable with API-key auth.
WP MCP Ultimate
WP MCP Ultimate ships the broadest tool surface of any free option — 58 abilities, covering posts, pages, users, comments, media, plugins, and themes. If your goal is "give Claude maximum surface area on this WordPress site," this is the plugin with the most surface area.
That's also the risk. Exposing plugin and theme management to an AI agent — even one you trust — is a different threat model than exposing post search. Read the abilities list carefully and make sure your auth model matches the blast radius.
Pick this if: you want the largest free tool surface and you understand exactly which abilities you're enabling.
Which One Should You Pick?
Here's the short version, by user type:
- You're on WordPress.com: use the built-in MCP. There's no reason not to.
- You self-host and want it working today: install Connect My Site to AI. The free version covers SEO audits; upgrade to Pro when you want write tools.
- You're a developer building abilities for your own plugin: use the Automattic adapter. You'll be on the future-proof path.
- You're an enterprise on WordPress VIP: use VIP MCP. Your procurement team has already decided.
- You want the broadest free tool surface: WP MCP Ultimate, with the security caveat above.
What I Use
I run 12 self-hosted WordPress sites and I use Connect My Site to AI on every one of them. That's not surprising — I built it for my own use. But the reason I built it instead of using the Automattic adapter or WP MCP Ultimate is that I wanted opinionated, audit-focused tools out of the box, with safe defaults on the write tools, without having to write 30 abilities from scratch.
If your situation is different — you only have one site, you're already on WordPress.com, or you're an enterprise customer — pick what matches. The MCP protocol is standardized enough that switching servers later is mostly a matter of changing one URL in your AI client config. Start with whatever gets you working fastest.
For a step-by-step setup walkthrough on Connect My Site to AI, see my complete MCP setup guide. If you're hitting connection problems with any of these servers, the WordPress MCP troubleshooting guide covers the failures I see most often. And if you want to see what AI + WordPress actually looks like in practice, my AI audit walkthrough shows a real audit start-to-finish.