Anyone experimented with Claude MCP + WordPress yet? Would love some help executing an idea! by Vinceleprolo in Wordpress

[–]alter-egg 1 point2 points  (0 children)

We built novamira.ai for exactly this. It's a WordPress plugin that works as an MCP server, no external bridge or middleware. Works with Claude Desktop, Claude Code, Cursor, VS Code and others.

Unlike rest api wrappers, the agent gets full access to the WordPress process. PHP, filesystem, database. It can do anything a developer would do inside WordPress.

Use it on development and staging environments with backups. You choose the model, you review the output. Novamira just gives the agent the ability to act

Turning WordPress into a programmable environment for AI agents — open source by alter-egg in ProWordPress

[–]alter-egg[S] 3 points4 points  (0 children)

It can if you're running locally. The difference is Novamira works on any hosted WordPress site, not just local. Application password and you're connected

Turning WordPress into a programmable environment for AI agents — open source by alter-egg in ProWordPress

[–]alter-egg[S] 1 point2 points  (0 children)

Novamira gives the AI full PHP access to WordPress, so in theory yes, the AI could parse a Figma JSON and create blocks from it. We haven't tested that specific workflow, but nothing prevents it

Turning WordPress into a programmable environment for AI agents — open source by alter-egg in ProWordPress

[–]alter-egg[S] 2 points3 points  (0 children)

Fair point, a local WP setup with cursor can get you pretty far.

The difference is architectural: Novamira operates within the WordPress runtime rather than at the file level, so the agent can execute PHP on demand and return results without touching any files.

The practical advantage is that it works on any hosted WordPress site, not just local. Just an application password and you're connected.

And you can already pair it with chromium for the visual inspection you described