Novamira vs WPVibe vs Easy MCP AI: Which WordPress MCP Server Should You Use?
Table of Contents
Three plugins now let an AI assistant reach into WordPress through the Model Context Protocol, and each one is really answering a different question about how much you trust the AI and where you’re willing to point it. Novamira lets the AI execute PHP directly against your live database, active plugins, and filesystem — only the new files it writes are sandboxed, not the execution itself, which is why Novamira’s own docs restrict it to dev and staging environments. WPVibe relays a fixed set of tool calls through SeedProd’s hosted servers and meters them against a daily allowance. Easy MCP AI runs entirely on your own site and limits the AI to 240 named, permission-scoped tools instead of arbitrary code, which is what makes it viable on a live production site.
That architecture — not the feature checklist — is the real decision: whether the plugin belongs on production, whether you need to read AI-written PHP before trusting it, and whether you’ll ever hit a usage cap.
Disclosure: We’re the team behind Easy MCP AI, so read our take on where it wins with that in mind. The pricing, tool counts, and feature claims below were verified against Novamira’s and WPVibe’s own sites and docs as of July 28, 2026 — vendors change pricing and features often, so confirm current details on their official sites before deciding.
The Short Answer
- Novamira — free, open-source, self-hosted. Gives the AI raw PHP execution, database access, and file edits. Extremely powerful, but the project itself says it’s for development and staging environments only, not production. Best for developers comfortable reviewing AI-written code.
- WPVibe — hosted (cloud-relay) MCP server from SeedProd. Requires a separate SeedProd/WPVibe account on top of the WordPress plugin, and every action counts against a daily fair-use allowance, with heavier use pushing you to Pro ($99/yr) or Power ($299/yr).
- Easy MCP AI — free, self-hosted, no PHP execution and no usage meter. The AI calls 240 structured, capability-checked tools (posts, WooCommerce, SEO plugins, analytics) that run on your own server, safe enough for production out of the box.
If you want an AI that can do anything PHP can do and you’re working on a dev/staging site, Novamira is the most capable option. If you specifically want a hosted theme builder and WP-CLI emulation, and don’t mind a third-party account and a daily cap, WPVibe fits. If you want unmetered, production-safe WordPress and marketing automation without reading AI-generated PHP or signing up for another account, Easy MCP AI is the closer fit for most site owners, marketers, and agencies.
Novamira: Raw PHP Access for Developers
Novamira is a free, open-source WordPress plugin that connects an MCP client directly to PHP execution on your server. Instead of exposing a fixed menu of tools, it gives the AI nine low-level abilities — Execute PHP, Read/Write/Edit/Delete File, Enable/Disable File, List Directory, and Create Upload Link — and lets the AI use them however a task requires.
What that means in practice:
- The AI can query
$wpdbdirectly, call any loaded plugin’s functions, run WP-CLI-equivalent operations, and write new PHP files that get saved to a sandbox directory and loaded on every request - Because it reads your actual database, active plugins, and theme files before writing code, it can generate site-specific PHP rather than generic snippets
- It works with essentially any plugin, theme, or page builder, since PHP access doesn’t require a dedicated integration per product
- Novamira Pro (from €49/yr for 3 sites, €129/yr for 1,000 sites, or €249 one-time) adds persistent memory across sessions and specialized “expertise” for 37+ builders and plugins — Elementor, Bricks, Divi, WooCommerce, ACF, Gravity Forms, and major SEO plugins — so the AI doesn’t have to re-discover their internal data structures on every request
The catch is explicit and repeated throughout Novamira’s own docs: it’s built for development and staging environments, with backups, always — not production. Database changes and direct code execution run live and don’t roll back automatically. Novamira expects you to be comfortable with PHP, review every action, and deploy through a normal staging-to-production workflow rather than let the AI touch a live site directly.
WPVibe: Hosted and Metered
WPVibe (by SeedProd) is a hosted MCP server. Your AI client’s tool calls travel through mcp.wpvibe.ai to reach your site, which requires creating a separate WPVibe/SeedProd account that your WordPress plugin connects to — a step Easy MCP AI’s direct OAuth 2.1 connection to your own site skips entirely (both connect to claude.ai and ChatGPT’s web app equally easily; that part is a tie, not a WPVibe advantage).
That convenience comes with a daily fair-use allowance on every plan:
- Free — light daily allowance, full feature set, 7-day bonus for new accounts
- Pro — $99/yr (5× the daily usage), priority support
- Power — $299/yr (20× the daily usage), built for agencies and heavy build sessions
Every action — connecting a site, listing posts, editing a file, running a WP-CLI command, generating an image — counts against that allowance, per account, rolling over a 24-hour window. WPVibe also emulates 40+ WP-CLI commands in PHP (useful on shared hosting with no shell access) and includes a Tailwind-based classic theme builder with preview and rollback.
For details on how it stacks up specifically against Easy MCP AI’s tool count and architecture, see the full WPVibe comparison.
Easy MCP AI: Structured Tools, Self-Hosted, No Meter
Easy MCP AI takes a third path: it’s a pure-PHP WordPress plugin that turns your own site into the MCP server (yoursite.com/mcp), but instead of raw PHP execution, it exposes 240 pre-built tools — typed, named, and scoped to specific operations like “create post,” “update WooCommerce product,” or “get Search Console query performance.”
That structure is the key difference from both alternatives:
- Unlike Novamira, the AI never writes or executes arbitrary PHP — every action is one of 240 known, auditable tool calls, which is what makes it reasonable to run on a production site rather than dev/staging only
- Unlike WPVibe, there is no daily usage meter — because the server is your own WordPress install, not a hosted relay, there’s no vendor cloud rationing your requests
What’s included:
- 242 tools — 96 core WordPress tools, 92 plugin-specific tools, and 54 data-integration tools
- SEO plugin coverage — Yoast SEO, Rank Math, SEOPress, Slim SEO, and The SEO Framework
- Commerce and content — WooCommerce, ACF, BuddyPress, The Events Calendar
- Data integrations neither competitor has out of the box — Google Analytics 4, Google Search Console, DataForSEO, Semrush, SE Ranking, and Ahrefs, so the AI can research keywords and read live traffic data alongside publishing content
- Security by default — OAuth 2.1 with PKCE and Dynamic Client Registration (one-click connect) or bearer tokens with SHA-256 hashing, per-token granular tool permissions, WordPress capability checks, rate limiting, IP whitelisting, and full audit logging
Novamira vs WPVibe vs Easy MCP AI
| Novamira | WPVibe | Easy MCP AI | |
|---|---|---|---|
| Architecture | Self-hosted, raw PHP execution | Hosted cloud relay (mcp.wpvibe.ai) | Self-hosted, structured tool calls (yoursite.com/mcp) |
| What the AI can do | Anything PHP can do — run code, query the DB, edit files | Fixed set of tools + WP-CLI emulation | 240 named, scoped tools |
| Recommended environment | Dev / staging only (per Novamira’s own docs) | Any (hosted, works on live sites) | Production-safe (draft-first, permission-checked) |
| Free tier | Free, open source, unlimited sites | Free, but daily action allowance | Free, no per-action metering |
| Paid plans | Pro €49–€249 (memory + 37 builder/plugin specializations) | Pro $99/yr, Power $299/yr (more daily usage) | None — core plugin is free |
| Third-party account required | No | Yes (SeedProd / WPVibe account) | No |
| Where requests travel | Directly to your site | Through SeedProd’s servers | Directly to your site |
| Requires reviewing AI-written code | Yes — PHP files, DB writes | No | No — calls are pre-built, typed tools |
| SEO plugin support | Via Pro specializations (Yoast, Rank Math, etc.) | Via Abilities API (AIOSEO, Rank Math, etc.) | Yoast, Rank Math, SEOPress, Slim SEO, SEO Framework |
| Analytics / keyword data | Not built in | Not built in | GA4, Search Console, DataForSEO, Semrush, SE Ranking, Ahrefs |
| Theme / page builder work | Yes, via Pro (Elementor, Bricks, Divi, WPBakery, Etch, +33 more) | Yes (Tailwind classic theme builder) | No |
| WP-CLI | Yes, via direct PHP | Yes (40+ emulated commands) | No |
| Auth | WordPress Application Passwords | WordPress Application Passwords (AES-256-GCM) | OAuth 2.1 + PKCE, or bearer tokens (SHA-256) |
| Best suited for | Developers/agencies building custom code | Users who want the hosted theme builder and WP-CLI emulation without shell access | Site owners, marketers, and agencies running content/SEO/commerce ops |
Details subject to change — verify current pricing and features on each provider’s official site.
Different Tools, Different Use Cases
These three plugins aren’t really competing for the same job — they’re built for different people doing different work:
Choose Novamira if you’re a developer or agency building custom functionality — a bespoke admin page, a data migration, a page-builder conversion — and you’re working on a dev or staging site with backups, ready to review every PHP file and database change the AI produces before it ships.
Choose WPVibe if your main workflow is building pages or editing themes visually with its Tailwind theme builder, you’re on hosting with no shell/SSH access and want WP-CLI emulation, and you’re comfortable creating a separate SeedProd account and living with a daily usage cap that resets every 24 hours.
Choose Easy MCP AI if your work is running the site day-to-day — publishing and updating content, managing WooCommerce products, keeping SEO metadata current, pulling keyword and traffic data to plan what to write next — and you want that automation to run safely on your live site without a usage meter, a PHP review step, or a third-party account in the middle.
For most marketers, SEO practitioners, and store owners — as opposed to developers shipping custom code — that last profile is the common one, and it’s exactly where Easy MCP AI is built to sit: unmetered like Novamira, but production-safe with structured tools like WPVibe, plus analytics and keyword-research integrations neither of the other two ships.
Key Facts
- Novamira is free and open source (GitHub:
use-novamira/novamira); Pro adds memory and 37+ builder/plugin specializations starting at €49/yr for 3 sites, up to €249 one-time for 1,000 sites - Novamira gives the AI direct PHP execution, database access, and file edits, and its own documentation states it is for development and staging environments only
- WPVibe is published by SeedProd, LLC; its free service runs on a daily action allowance (rolling 24-hour window) per account, with Pro at $99/yr (5× usage) and Power at $299/yr (20× usage)
- WPVibe is a hosted MCP server — requests relay through
mcp.wpvibe.ai - Easy MCP AI is a self-hosted, pure-PHP WordPress plugin exposing 242 tools — 96 core WordPress, 92 plugin-specific, and 54 data-integration tools (GA4, Search Console, DataForSEO, Semrush, SE Ranking, Ahrefs)
- Easy MCP AI has no per-action metering and no PHP execution — every tool call is a named, scoped, capability-checked operation
- All three support standard MCP clients (Claude, ChatGPT, Cursor, and others), but only Easy MCP AI and WPVibe are designed for use on a live production site out of the box
Conclusion
Novamira, WPVibe, and Easy MCP AI all connect an AI assistant to WordPress over MCP, but they solve different problems. Novamira gives developers raw programmatic power at the cost of PHP-level risk and a strict dev/staging-only recommendation. WPVibe trades a fully self-hosted setup for a hosted relay and a third-party account, which comes with a daily usage meter. Easy MCP AI keeps the server on your own site like Novamira, stays unmetered like neither of the other two, and does it with 240 structured tools plus SEO and analytics integrations built for running a site — not writing code for one.
If your day-to-day is content, SEO, and commerce operations rather than custom development, that combination is the practical reason to start with Easy MCP AI.
→ Get Easy MCP AI on WordPress.org
For setup, see the Claude MCP WordPress guide, the WPVibe comparison, or browse the integration guides for your AI client.
Official Sources
- Novamira — novamira.ai — product overview, architecture, and pricing
- Novamira Getting Started Docs — the nine core abilities and dev/staging-only guidance
- Novamira Pro — novamira.ai/pro/ — pricing tiers and builder/plugin specializations
- Novamira on GitHub — github.com/use-novamira/novamira — open-source plugin repository
- WPVibe Pricing — mcp.wpvibe.ai/pricing — Free, Pro, and Power tiers and daily allowance details
- WPVibe — wpvibe.ai — product overview and hosted MCP architecture
- Easy MCP AI Plugin — wordpress.org/plugins/easy-mcp-ai/ — free self-hosted WordPress MCP server
- Easy MCP AI — easymcpai.com — 242 tools, tool breakdown, and feature overview
- What Is MCP? — easymcpai.com/blog/what-is-mcp-guide — full guide to the Model Context Protocol