Novamira Pro.
Expertise for WPBakery Page Builder.
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 a WPBakery page from a single set-content call with the full shortcode tree
- Edit single element attributes by index with merge or replace semantics
- Apply identical attributes to many elements in one call by tag or index match
- Save sections as reusable templates and apply them with append, prepend, or replace
- Wire vc_basic_grid and vc_masonry_grid loops, including custom vc_grid_item templates
- Preserve foreign shortcodes across writes so mixed-content pages stay intact
Try it
Ask in your own words.
Your AI builds WPBakery pages as a typed shortcode tree of rows, columns, and elements, then serializes it into post_content with the WPBakery flag set automatically. It re-reads after structural writes because _idx renumbers, and preserves non-WPBakery shortcodes on the page so existing markup is never silently dropped.
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 forEtch
Pages, etch blocks, components, stylesheets, loops, dynamic data.
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.
Will it break existing shortcodes from other plugins?
No. Every write detects non-WPBakery shortcodes on the page and re-appends them after the WPBakery tree, with a preserved_foreign_shortcodes report.
Does it support Grid Builder?
Yes. Your AI uses vc_basic_grid and vc_masonry_grid with stock or custom vc_grid_item templates for CMS-driven sections.
Can I patch one element without re-reading?
Yes, for attribute edits. Structural writes like add, delete, move, set-content, or apply-template renumber _idx, so re-read before the next index-based call.