It’s free to get started

Novamira Connects Your AI Agent Directly to WordPress, Free and Open Source

A new free plugin lets the AI agent you already use run PHP, query the database, and edit files directly on your WordPress site. I've been waiting for someone to build this properly, so here's a first look at Novamira and what it offers.
Table of Contents

We lean on AI agents every day in our team. Whether it’s research, internal tools, writing code, or parts of our editorial workflow, they’ve earned their place.

Then comes the familiar moment. You ask Claude to fix a broken contact form, and within seconds it hands you thirty lines of PHP and a confident explanation of why they’ll work.

That’s when the real work starts. You open the file manager, find the right file, paste the code in, reload the site, and get a fatal error. So you screenshot it back into the chat, get a revised version, and go again. An hour later the fix finally sticks.

Novamira is a new plugin built to fix that. It’s free, open source, and connects the AI you already use directly to your WordPress installation, where it can inspect the site, run code, and apply changes itself. We’ll be publishing a full hands-on review soon, but we wanted to share a quick preview first.

Turn Your WordPress Site Into an MCP Server

Novamira is a self-hosted WordPress plugin that turns your site into an MCP server.

You connect a client like Claude Code, Claude Desktop, Cursor, Codex, Windsurf, VS Code, or Gemini CLI to your site, and the agent gains real working access. It can execute PHP with the full WordPress environment loaded, query and modify the database, read and edit files, run WP-CLI commands, build Gutenberg pages, and upload plugins or themes.

The connection runs directly between your AI client and your site, with nothing passing through Novamira’s own servers, though whatever the agent reads is still processed by your chosen AI provider, so treat it accordingly.

There’s no metering on Novamira’s side, so you can run as many actions, pages, or builds as your AI plan allows. You just bring your own AI client and subscription, and Novamira supplies the connection into WordPress.

Your AI Agent Finally Sees the Real Site Before It Writes Code

With direct access to your site, AI agents can inspect the actual site before they touch anything. They can check which plugins are active, read how your theme registers things, test their own PHP against the running installation, catch the error, and fix it within the same conversation.

That covers a lot of everyday work, from debugging a broken checkout to bulk-editing a few hundred posts, wiring up an integration, or running a migration. They’re all tasks you can describe in a sentence but quickly take up an afternoon.

Novamira AI's tools.
A list of what Novamira can do on your WordPress site.

Novamira also ships with Skills, which are short Markdown playbooks stored in WordPress that teach any connected agent your site’s conventions and recurring workflows.

Under the hood it builds on the Abilities API introduced in WordPress 6.9, which is why that’s the minimum requirement alongside PHP 8.0. If you want the broader context on where that API fits, we recently compared WP-CLI, the REST API, and the Abilities API.

What Novamira Free Includes and What Pro Adds

The free plugin provides the complete access layer. PHP execution, database access, file operations, WP-CLI, Gutenberg support, uploads, and Skills are all included, on unlimited sites.

Novamira Pro is an optional add-on that solves two different problems. First, memory, since Pro keeps your project’s conventions, brand details, and past decisions between sessions, so you stop re-explaining the same context in every new conversation.

Second is specialisation. Pro currently includes maintained expertise for 37 builders and plugins, including Elementor, Bricks, Divi, WooCommerce, ACF, Gravity Forms, and the major SEO plugins. These are the products whose data structures is often mangled by AI, so the paid tier quickly earns its place.

You can take a look at what Novamira Pro offers in their video below:

Full Access Means Full Responsibility: AI Work Stays on Dev and Staging

Full access to your website is the entire point of Novamira, and it’s also the biggest risk. An agent that can run PHP as an administrator can break things as efficiently as it fixes them, and database changes don’t come with an undo button.

To their credit, the developers are direct about this. In fact, AI abilities are off by default, only administrators can connect, new PHP files are confined to a monitored sandbox with crash recovery, and the documentation is upfront that the sandbox has limits, since direct PHP execution can bypass it entirely.

Their recommendation matches what mine would be. That is, you should use it on local or staging sites with a current backup, review what the agent produces, keep abilities disabled on production, and deploy through your normal workflow. Novamira is built for professionals who already understand what full programmatic access means, and it expects you to bring that judgment with you.

Our Full Hands-On Novamira Review Is Coming

There’s no doubt in my mind that this connection layer between AI agents and WordPress is where the next few years of development workflows get decided. Plenty of companies will try to own that layer with closed, hosted platforms. Novamira’s bet is on open source, self-hosted, and client-agnostic, and for developers I think that’s the right bet.

Whether it delivers in practice is a question we’re putting to the test. Tom is currently testing Novamira, from setup to a real development task, and that’s coming to WP Mayor soon. Until then, Novamira has also joined our roundup of the top WordPress web development AI tools.

Until then, if you were handed a staging site and an AI agent with full access, what’s the first job you’d give it? Let me know in the comments.

Mark Zahra runs WP Mayor and leads RebelCode, the company behind WP RSS Aggregator and Spotlight Instagram Feeds. That dual vantage point, both publisher and product builder, shapes how he covers the WordPress ecosystem. He has shipped products to tens of thousands of sites and reviewed hundreds more. He started with WordPress in 2012, joined WP Mayor in 2014, and has since written for a community of millions, focused on honest, practical guidance readers can act on.

This is a sponsored article, meaning the company paid to be featured here. We haven’t independently tested the product, so evaluate it against your own needs first.

2 Responses

  1. NovaMira promises to turn a description into an Elementor page that is ready to edit. On the Wilson Vegas demo site, I counted 45 HTML widgets out of a total of 266 Elementor widgets—with 37 on the Listings page alone. The visual result is attractive, but the ease of editing touted in affiliate videos is not guaranteed.

Post a Comment

Your email address will not be published. Required fields are marked *

Paragraph breaks are preserved once your comment is published. Add your website to link your name (nofollow).

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More from Our Blog

Get the Monthly Showcase

One email a month, written by me, with the best of the last month’s editorial work and some stuff you won’t find anywhere else.

Stay curious and keep building.

Mark from WP Mayor