Novamira Pro.
Expertise for Etch.
Novamira is the MCP server that connects your AI agent to WordPress with full access: read content, write code, run commands. For dev and staging environments with backups.
How it works →Capabilities
What your AI can do.
- Build pages as real etch/* block-comment markup stored in post_content
- Edit by address with add, edit, move, and delete operations on single nodes
- Author reusable components with props, variants, and named slot placeholders
- Style by class through global stylesheets instead of scattering inline style
- Wire wp-query, wp-terms, wp-users, and json loops with per-item dynamic expressions
- Define etch CPTs, taxonomies, and custom field groups in the etch namespace
Try it
Ask in your own words.
Your AI authors Etch the HTML-first way it was designed for, treating each page as a tree of etch/* blocks with real attributes and inline {dynamic} expressions. It respects the lossy guard so mixed pages are never silently overwritten, and prefers class-based styling through a global stylesheet over inline style attributes.
Simulated output for illustration purposes. Actual results depend on your site and AI model.
More in Novamira Pro
Other integrations.
Elementor
Pages, atomic widgets, v4 migrations, global styles.
Learn more → MCP forBricks
Pages, templates, components, styles, dynamic data.
Learn more → MCP forACF
Field groups, custom post types, taxonomies, options pages, values.
Learn more → MCP forJetEngine
Meta boxes, Custom Content Types, options pages, values.
Learn more → MCP forMeta Box
Field groups, post types, taxonomies, relationships, values.
Learn more → MCP forACPT
Post types, taxonomies, meta groups, option pages, values.
Learn more → MCP forPods
Custom post types, advanced content types, fields, items.
Learn more → MCP forASE
Custom field groups, post types, taxonomies, values.
Learn more → MCP forWooCommerce
Products, variations, categories, tags, attributes, shipping classes.
Learn more → MCP forDivi 5
Pages, modules, loops, dynamic content, theme builder.
Learn more → MCP forGeneratePress
Theme settings, GP Premium elements, hooks, site library, conditions.
Learn more → MCP forKadence
Theme settings, Kadence Blocks, header builder, forms, palettes.
Learn more → MCP forBreakdance
Templates, element tree, design tokens, conditions, popups.
Learn more → MCP forWPBakery Page Builder
Pages, shortcode tree, rows and columns, templates, grid loops.
Learn more → MCP forMosaic
Themes, templates, element tree, variables, components, utility classes.
Learn more → MCP forCode Snippets
PHP hooks, HTML, CSS and JS snippets, conditions, safe validate flow.
Learn more →Questions worth answering.
Does it require PHP 8.1?
Yes. Etch itself requires PHP 8.1 or newer; the setup check reports the runtime status so you know up front.
What happens on mixed pages?
If the page mixes non-Etch content the lossy flag is set and overwriting whole-tree writes are refused. Targeted node edits and explicit force are the safe paths.
Can it style without inline CSS?
Yes. Your AI authors classes in a global stylesheet and binds them via attributes.class, keeping the design editable from the Etch style editor.