AI agents are rewriting how developers work. Claude Code refactors entire codebases. Cursor autocompletes full components. But when it comes to WordPress, the CMS powering 40%+ of the web, these agents hit a wall.
They can read your theme files. They can grep through plugin code. But they can’t talk to WordPress itself. They don’t know what plugins are active, what post types exist, what WooCommerce orders came in yesterday, or how your ACF field groups are structured. The runtime is invisible to them.
Until now, making AI work with WordPress meant writing custom code just to connect the two. Slow, fragile, and never quite enough.
Novamira changes the equation entirely.
An MCP Server That Speaks WordPress Natively
Novamira is a Model Context Protocol (MCP) server, the open standard that lets AI agents use external tools. Install it on your WordPress site, connect your AI client, and suddenly your agent operates inside WordPress at the PHP level.
Not through a simplified API. Not through a fixed set of predefined actions. Through WordPress itself. The full PHP runtime, every hook, every function, every plugin API.
This is the key difference. A traditional MCP server gives the agent a menu: “here are the 10 things you can do.” Novamira gives it a language: PHP, running inside WordPress. The agent figures out what’s installed, what APIs are available, and builds its own workflows on the fly.
Got WooCommerce? The agent discovers it and starts using its API. Running ACF? Same thing. Gravity Forms, WPML, Yoast: whatever is active on your site becomes available automatically. No dedicated integrations needed, no plugin-specific MCP servers to install. A single connection covers your entire stack.
That’s how you go from “query last month’s orders” to “audit my security headers” to “generate a sitemap for my custom post types”, all in the same session, without configuring anything in between. The agent adapts to what your site has, not the other way around.
The architecture is deliberately minimal: five primitive operations to execute PHP, read/write/edit files, and explore the filesystem. From these primitives, the agent composes whatever it needs. The capabilities aren’t hardcoded. They grow with your site.
Built for Developers Who Understand the Stakes
Novamira gives your AI agent the same power you have when you open a PHP file. That’s the point, and that’s why the project is explicit about responsibility.
The server ships disabled by default. You turn it on explicitly. Once active, the agent has full access: any PHP it runs can reach anything WordPress can reach, including the database, the filesystem, and every plugin API. File writes are sandboxed to a dedicated directory with automatic crash recovery, but code execution itself is unrestricted. A 30-second time limit and a kill switch via URL parameter provide operational guardrails.
Authentication is enforced. WordPress Application Passwords over HTTPS, admin users only, no anonymous access.
For development and staging environments only. Back up before you connect.
Novamira provides the connection. What happens on the other side, the AI model, the client, the prompts, is up to you.
The Learning Loop: Discover, Prototype, Save, Expand
What makes Novamira more than a raw execution engine is its iterative workflow model. The agent doesn’t just execute commands blindly. It follows a loop:
- Discover: Scan the site. Understand what’s installed, how it’s configured, what data exists.
- Prototype: Test PHP snippets live against the runtime.
- Save: Persist working solutions as files inside the sandbox directory.
- Expand: Reuse discovered context across sessions. The agent gets smarter about your specific site over time.
This means you can start a conversation with “audit my WooCommerce setup” and end it with a working solution ready to deploy, without leaving your IDE.
Works With the Tools You Already Use
Novamira integrates with every major MCP-compatible AI client: Claude Code, Claude Desktop, Cursor, VS Code (via Copilot), Windsurf, Zed, and OpenCode. On the WordPress side, it requires WordPress 6.9+ and works with whatever you have installed. If PHP can reach it, the agent can use it.
There’s no lock-in. No proprietary protocol. MCP is an open standard, and Novamira is free and open source.
A Dynamic.ooo Project
Novamira comes from Dynamic.ooo, the team behind Dynamic Content for Elementor, Dynamic Toolbox for Bricks, Dynamic Shortcodes, and Dynamic Visibility. Years of building developer tools for WordPress. The difference in scope: where our plugins extend what you can build with page builders, Novamira extends what AI can do inside WordPress itself.
It’s the next step: removing the friction between what you want to do on WordPress and actually doing it.
Get Started
Novamira is available now at novamira.ai. Free, open source, ready to install.
Connect your AI agent. Point it at your staging site. Ask it something only WordPress knows the answer to.
Then watch it work.