By mid-2026 there are three different kinds of "WordPress MCP" on the market, and they solve different problems. If you're trying to connect Claude (or another MCP client) to a WordPress site, here's how to tell them apart and pick the right one.
The three categories
1. Self-hosted, open-source MCP servers
Projects like claudeus-wp-mcp or InstaWP's mcp-wp run as a local Node.js process on your machine, talking to your site's REST API with an application password. They're free and you can read every line of code, but you're responsible for running the process, keeping it updated, and they typically cover a narrower slice of the admin (tens of tools, not thousands) since they're maintained by small open-source teams.
2. WordPress.org plugins
Plugins like Royal MCP, Vibe AI, or AI Engine install directly on your WordPress site and turn it into its own MCP server. This is convenient if you're comfortable installing plugins and want everything self-contained, but tool coverage varies a lot by plugin, and you're adding another piece of software (and attack surface) directly onto your live site.
3. Hosted MCP servers
Hosted services like WP MCP run in the cloud and connect to your site purely over the standard REST API with an Application Password — nothing installs on WordPress itself. You get a Bearer token, paste an endpoint URL into Claude, and you're done. The tradeoff is you're trusting a third party to relay the requests, so credential handling and encryption matter (WP MCP stores credentials encrypted with Fernet and issues short-lived JWTs).
What to actually check before choosing
- Tool coverage — does it cover WooCommerce, Elementor, SEO plugins, and forms, or just core posts/pages? Most free options stop at basic CRUD.
- Setup time — self-hosted options need Node.js installed and a config file; hosted options should take under 5 minutes with no terminal required.
- Multi-site support — agencies managing multiple client sites need one MCP endpoint that can switch between sites, not one process per site.
- Security model — are credentials encrypted at rest? Is the connection authenticated per-request, not just on first setup?
- Maintenance — open-source single-maintainer projects can go stale; check the commit history before relying on one for production.
Where WP MCP fits
WP MCP is a hosted server with 1,836 tools — content, WooCommerce (400+ dedicated actions), Elementor, SEO, forms, code, analytics, backups, users, themes, and plugin management. Setup is an onboarding form, not a terminal: enter your WordPress admin URL and Application Password, get a Bearer token, paste it into Claude Desktop, Claude Code, or Cursor.
If you want the broadest coverage with the least setup — especially for WooCommerce stores or agencies juggling multiple sites — that's the gap WP MCP is built to fill. If you specifically need a fully self-hosted, auditable, free option for a single low-stakes site, one of the open-source projects above may be a better fit.
See the full toolset in your own WordPress admin.
Connect in 5 minutes. No installs, no terminal.
Get Started Free →