Novamira Pro.
Expertise for Mosaic.
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.
- Walk the install across the prefix_mosaic_ tables of themes, templates, and components
- Build a template tree from section down to wysiwyg-text the way the editor expects
- Define design tokens as collections of variables with CSS custom properties
- Apply utility classes to elements by name so the lookup to UUID is automatic
- Bind manual template assigns to specific posts with the correct path slug
- Create loops over post types, users, taxonomies, or local context with per-item namespaces
Try it
Ask in your own words.
Your AI talks to Mosaic at the data layer where the page lives, the prefix_mosaic_ tables that hold themes, templates, nodes, collections, and variables. It uses Mosaic's own wizard facade to create renderable templates, fixes the path field so the front end matches, and prefers tokens and utility classes over inline element styles.
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 forEtch
Pages, etch blocks, components, stylesheets, loops, dynamic data.
Learn more → MCP forCode Snippets
PHP hooks, HTML, CSS and JS snippets, conditions, safe validate flow.
Learn more →Questions worth answering.
Why does my template not render after create?
Mosaic's wizard always sets path to index.php on create. Your AI patches path to single-page.php or single-post.php so the renderer matches the WP request.
Does it need Mosaic Pro?
Mosaic must be onboarded with a theme. The setup check reports edition and version range so you know if the install is ready to write.
Can I edit while the Mosaic editor is open?
Better not. Mosaic's editor is last-writer-wins with no merge dialog, so simultaneous edits in the admin can overwrite agent writes.