WordPress AI integration just reached a genuinely new milestone. A free plugin called Novamira now connects Claude AI directly to your WordPress installation through the Model Context Protocol, giving the AI full access to your database, your files, your plugins, and your page builder layouts. We have been following the development of MCP-powered WordPress tools closely, and Novamira represents the most direct implementation we have seen yet. Unlike AI writing assistants, Novamira is an AI agent that reads your actual WordPress setup and builds inside it.
Read on to learn exactly what Novamira does, how it connects Claude to WordPress and Elementor, what the current capabilities look like, and what this signals about where web design workflows are heading. For the broader picture of how AI is reshaping WordPress, read our full guide on AI in WordPress: Real-World Use Cases That Go Beyond Writing Blog Posts.
📚 New to WordPress? Before exploring AI-powered WordPress tools, make sure you have the foundation right. Start with our WordPress Basics & Installation guide and read What is WordPress? A Beginner’s Guide to understand the platform before connecting AI agents to it.
TL;DR: What You Need to Know About Novamira and Claude in WordPress

- Novamira is a free WordPress plugin that connects Claude AI to your site via the Model Context Protocol.
- The AI gets full access to your database, file system, active plugins, theme structure, and page builder layouts.
- Claude can create content, run database queries, execute PHP, and interact with Elementor layouts directly.
- Novamira is designed strictly for development and staging environments, not live production sites.
- It works with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and any other MCP-compatible AI client.
- The free version covers core functionality. Novamira Pro adds AI memory and deeper WordPress expertise from €49 per year.
What Is Novamira and Why Does It Matter for WordPress

Novamira is a WordPress plugin developed by the team behind Dynamic.ooo. It implements a Model Context Protocol server directly inside your WordPress installation, allowing any MCP-compatible AI client to communicate with your site as if it were a native application the AI already understands.
Most AI tools for WordPress work as external services. They connect via the REST API, receive limited structured data, and return suggestions you paste into your dashboard manually. Novamira takes a fundamentally different approach. The plugin runs on your server at the PHP level, inside your WordPress process. Your AI client connects directly to it. No data passes through Novamira’s servers. No third-party proxy sits between the AI and your installation.
The practical result is that Claude can read your entire WordPress setup before writing a single line of code. It sees your active plugins, your theme structure, your database contents, your post meta, your Elementor layout data, and your file system. Actions run as real PHP inside your WordPress environment. Nothing requires manual application.
ℹ️ Note: Novamira explicitly positions itself as a tool for development and staging environments only. Full PHP execution access means the AI can do anything PHP can do on your server. The Novamira team recommends always working with backups active and never connecting the plugin to a live production site without fully understanding the implications.
How Claude Connects to WordPress Through Novamira
The setup process takes approximately two minutes and requires no coding knowledge. Here is exactly how the connection works.
Step 1: Install and Activate the Novamira Plugin
Download Novamira from novamira.ai and install it on your WordPress development or staging site through the standard Plugins dashboard. Once activated, navigate to the Novamira settings page and enable AI Abilities. This step registers the MCP primitives that your AI client will use to communicate with WordPress.
Step 2: Connect Your AI Client
Inside the Novamira dashboard, select your AI client from the list. Novamira generates the configuration file automatically. Desktop users add the generated configuration to their Claude settings file. Command-line users install it through Claude Code directly. The Novamira docs provide the exact configuration string for each client.
Supported clients at the time of writing include Claude Desktop, Claude Code, Cursor, VS Code with GitHub Copilot, Windsurf, Zed, OpenCode, Cline, Warp, Gemini CLI, and any other MCP-compatible client. Novamira generates provider-specific configuration automatically, removing manual setup entirely.
Step 3: Start Working
Once connected, Claude reads your WordPress installation automatically. You communicate through natural language in your AI client’s chat interface. Claude responds by executing actions directly inside your WordPress environment, querying your database, editing files, creating content, or building page builder layouts based on your instructions.
💡 Pro Tip: Before running any significant AI actions through Novamira, create a fresh staging environment snapshot or full backup. The AI executes real PHP against your real database. Most actions are reversible, but working from a clean snapshot eliminates any risk of needing to manually unpick changes across multiple database tables.
What Claude Can Already Do Inside WordPress via Novamira

The video from Rino de Boer published on April 24, 2026 walks through a live Novamira session connecting Claude to a WordPress site running Elementor. The demonstration reveals both the genuine current capabilities and the honest limitations of this early-stage tooling.
Content Creation and Database Operations
Claude reads the existing site structure before taking any action. It queries the database to understand post types, taxonomies, existing content, and plugin configurations. Content creation happens through direct database writes, bypassing the WordPress admin interface. Posts, pages, custom post types, and associated metadata all create correctly with proper WordPress data structures.
Database queries run in both directions. Claude can retrieve complex sets of data, such as all WooCommerce products in a specific category with their associated meta fields, and return structured summaries without any manual SQL work from the site owner. Bulk updates across multiple records run simultaneously.
Elementor Layout Interaction
The Elementor integration represents the most visually interesting capability demonstrated. Novamira reads existing Elementor page data stored in the database and creates new layouts through structured data writes. Simple Elementor sections build from natural language descriptions of the desired layout.
We find this area the most honest about the current state of the technology. Simple layouts with basic widget configurations work reliably. Complex multi-column layouts with advanced styling, dynamic content, and custom CSS require more iteration and occasional correction. Elementor’s data structure is deeply nested and version-sensitive, and the AI navigates it with reasonable success for straightforward builds while showing clear limits on sophisticated designs.
PHP Execution and Technical Debugging
Novamira’s most powerful and most consequential capability is direct PHP execution inside the WordPress process. Claude can write and run arbitrary PHP, validate the output, and iterate based on results without leaving the conversation. Debugging a 500 error, investigating slow queries, auditing plugin conflicts, and running WP-CLI equivalent operations all become conversational tasks instead of terminal sessions.
Novamira lists practical examples: diagnosing homepage slowness, running security audits, converting pages between page builders, regenerating thumbnails, migrating post meta to ACF, and bulk-updating WooCommerce prices by category. Each previously required developer access or manual admin work across multiple screens.
How Novamira Compares to Other WordPress AI Approaches
| Approach | How AI Connects | Access Level | Best For | Production Safe? |
|---|---|---|---|---|
| Novamira MCP | Direct PHP inside WordPress | Full: database, files, PHP | Developers, agencies, power users | Staging only |
| WordPress REST API | External HTTP requests | Limited: structured endpoints only | Content automation, integrations | Yes, with authentication |
| WordPress Abilities API (7.0) | Standardized capability registry | Plugin-declared capabilities only | Future AI plugin ecosystem | Yes, permission-controlled |
| AI Writing Plugins | External AI API calls | Content generation only | Editorial teams, bloggers | Yes |
The Honest Assessment: Where This Technology Stands Today
Rino de Boer’s demonstration is refreshingly honest about the current state. The title of his video uses the phrase “not perfect yet” deliberately. We agree with that framing, and we think it is the right way to approach this tooling right now.
Content creation, database queries, PHP debugging, bulk data operations, and simple page builder layouts all work reliably. Complex Elementor designs, precise styling control, and multi-step workflows involving several interconnected WordPress systems simultaneously still require patience and iteration.
The more significant observation is directional. Six months ago, connecting an AI agent to WordPress at the PHP level required custom development work that most agencies and site owners could not practically access. Today it requires installing a free plugin and adding a configuration file. The capability curve is steep, and the gap between “early demo” and “reliable daily workflow tool” is closing faster than most WordPress professionals currently expect.
What This Means for WordPress Web Design Workflows
The implications extend beyond the specific capabilities Novamira offers today. MCP-based WordPress integration establishes a pattern that will define how AI agents interact with content management systems across the board. Direct PHP-level access with full environmental awareness is a more powerful integration model than REST API connections with limited endpoint data.
Agencies see a path toward AI-assisted development workflows where page rebuilds, data migrations, and bulk content operations shift from billable hours to conversational prompts. Site owners see a future where technical WordPress maintenance, the kind that currently requires hiring a developer, becomes accessible through natural language commands in a chat interface.
Neither of those futures is fully here yet. Novamira is an early, honest implementation of what that direction looks like in practice. Following Novamira’s development, and the broader MCP-for-WordPress ecosystem it represents, belongs on every WordPress professional’s radar right now.
Frequently Asked Questions
What is Novamira and how does it connect Claude to WordPress?
Novamira is a free WordPress plugin that implements a Model Context Protocol server inside your WordPress installation. It gives Claude and any other MCP-compatible AI client direct access to your WordPress database, file system, active plugins, and theme structure. The connection runs directly between your AI client and the plugin on your server. No data passes through Novamira’s external servers.
Is Novamira safe to use on a live production WordPress site?
Novamira is designed and recommended for development and staging environments only. The plugin grants full PHP execution access inside your WordPress process, meaning the AI can do anything PHP can do on your server. Database changes, file edits, and code runs all execute live with no sandbox. Using it on a production site without expert oversight and thorough backup procedures creates significant risk. Always test on staging first.
Which AI clients work with Novamira?
Novamira works with any MCP-compatible AI client. Confirmed compatible clients include Claude Desktop, Claude Code, Cursor, VS Code with Copilot, Windsurf, Zed, Warp, Cline, Gemini CLI, and OpenCode. Novamira generates the client-specific configuration automatically from its dashboard, removing the need to write MCP configuration files manually.
Can Claude build Elementor pages through Novamira?
Yes, with important caveats. Claude reads existing Elementor page data from the database and creates new layouts through structured data writes. Simple layouts with basic widget configurations work reliably. Complex multi-column designs with advanced styling and dynamic content require more iteration and occasional correction. The capability is genuine but still developing, particularly for sophisticated Elementor Pro builds.
How is Novamira different from the WordPress Abilities API coming in WordPress 7.0?
The WordPress Abilities API, arriving in WordPress 7.0 on April 9, 2026, creates a standardised framework for plugins to declare their capabilities. AI assistants then interact with them safely through permission-controlled access. Novamira operates at a more powerful level, providing direct PHP execution and database access without the permission-scoped registry model. The Abilities API is production-safe by design. Novamira is development-environment power tooling with full unrestricted access.
How much does Novamira cost?
The core Novamira plugin is free to download from novamira.ai. Novamira Pro adds AI memory across sessions and deeper WordPress-specific expertise, reducing retries and incorrect actions during complex operations. Pricing starts from €49 per year. The free version covers the core MCP connection and fundamental WordPress access capabilities demonstrated in the video.
Additional Resources
- Novamira: Download the Free Plugin
- Novamira Documentation
- What’s Coming in WordPress 7.0? Features and Screenshots
- Beginner’s Guide to Generative Engine Optimization for WordPress
- How to Create a Staging Environment for WordPress
- Small Business Owner’s Guide to Artificial Intelligence
- WordPress Basics and Installation Guide
- Watch: I Connected Claude to WordPress Then Tried Elementor (Rino de Boer)
- What is WordPress? A Beginner’s Guide
- WordPress.com vs WordPress.org: Which One to Choose?
- Registering Your First Domain Name for WordPress
- How to Login to Your WordPress Admin Area
- 10 Essential Settings After Installing WordPress.
We are genuinely excited about the direction Novamira and MCP-based WordPress integration represent. Direct PHP access, full environmental awareness, and natural language control combined represent the most significant shift in WordPress developer interaction we have seen in years. Early and honest about its limits, this technology is nonetheless moving fast. Experimenting on staging environments now puts you ahead of the workflow changes coming to WordPress professional practice in 2026. For the complete picture of AI’s role in WordPress today, read our full AI in WordPress guide.