use-novamira/novamira

MCP server that gives AI agents full access to WordPress through PHP execution and filesystem operations

What it solves

Novamira provides a direct connection between AI agents and WordPress sites, allowing agents to perform administrative and development tasks without needing a hosted proxy. It eliminates the gap between an AI's ability to suggest code and the ability to actually implement and test it on a live site.

How it works

It functions as a WordPress plugin and an MCP (Model Context Protocol) server. This setup allows AI agents to execute PHP and WP-CLI commands, inspect the database via $wpdb, manage the filesystem, and interact with the WordPress Block Editor and media uploads. The connection is direct from the AI client to the WordPress installation, ensuring that requests do not pass through external servers.

Who it’s for

Developers and site administrators who use AI coding agents (such as Claude, Cursor, or Gemini CLI) to build, manage, and customize WordPress sites, specifically within development and staging environments.

Highlights

  • Direct Access: AI agents can run PHP, WP-CLI commands, and edit files directly on the site.
  • MCP Compatibility: Works with a wide range of MCP-compatible AI clients and terminal-based coding agents via the Novamira CLI.
  • WordPress Integration: Native support for the Block Editor, themes, and plugins.
  • Secure Authentication: Supports OAuth and WordPress Application Passwords.
  • Sandbox Environment: Includes a recoverable sandbox for testing new PHP files.

Related

  • Project
  • Project
  • Project
  • Project
  • Project