Novamira Pro.
Expertise for Kadence.
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.
- Inspect and patch any of Kadence's customizer settings by area
- Browse the Kadence Blocks catalogue including the Pro families
- Compose pages with rowlayout, advancedheading, advancedbtn, accordion, and more
- Author Advanced Forms correctly via the two-post pattern without self-reference loops
- Pick the right palette slug between Kadence palette1..9 and theme.json presets
- Edit the Header Builder, navigation, and form CPTs through the gutenberg pipeline
Try it
Ask in your own words.
Your AI treats Kadence as three layers: the theme settings bag, the theme.json presets, and the Kadence Blocks tree on the page. It picks slugs from the right palette for each block, composes block_spec payloads, and submits them through Novamira's pending-change pipeline for browser-side validation.
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 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 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 Pro work too?
Yes. Pro blocks live under the same kadence/* namespace; postgrid and query loops require Pro to be active for their schemas to resolve.
Which palette do I use?
Kadence palette1..palette9 for kadence/* blocks, theme.json slugs for core/* blocks. Your AI picks the right one per block.
Are forms really two posts?
Yes. The form definition lives in a kadence_form CPT, the page only references it by id. Your AI handles the split so you avoid the self-reference fatal.