Elementor addons integration
MCP for Ultimate Addons for Elementor (UAE)
Ultimate Addons for Elementor (UAE) registers extra Elementor widgets (uael-*). WP MCP's Elementor tools handle any registered widget: the curated catalog gives typed params for core widgets, and every other registered widget, UAE's included, inserts through the raw settings escape hatch and reads back through get-elementor-data. No UAE-specific integration, and every write is snapshotted first.
What your AI can do
Real Ultimate Addons for Elementor (UAE) operations, every write reversible.
- Read a page's element tree including UAE widgets
- Insert a UAE widget by type with raw settings
- Update an existing UAE widget's settings
- Roll back any change via the post snapshot
Example prompts
Just ask.
Which UAE widgets are on the pricing page?
Add a UAE widget under the features section with these settings.
Change the settings on this UAE element id.
Under the hood
The real calls.
add-widget({ post_id: 8, widget_type: "uael-...", settings: {…}, expected_hash }), raw-settings escape hatch
get-elementor-data({ post_id: 8 }), reads addon + core widgets
Frequently asked
Questions, answered.
Do I need a UAE add-on for WP MCP?
No. UAE registers standard Elementor widgets, and add-widget's tested raw-settings escape hatch inserts any registered widget, so UAE is covered by the same Elementor tools that handle core widgets.
More integrations
MCP for Essential Addons for Elementor
ProInsert and edit Essential Addons widgets through WP MCP's Elementor tools, via the raw-settings escape hatch.
MCP for Unlimited Elements for Elementor
ProInsert and edit Unlimited Elements widgets through WP MCP's Elementor tools, via the raw-settings escape hatch.
MCP for Elementor
ProDeep Elementor page-building from a curated 44-widget catalog, plus global colors and fonts, validated and reversible.
MCP for Gutenberg
FreeSurgical block-editor editing by index path, free, no page builder required.
MCP for Bricks
ProRead and write Bricks Builder content over MCP, a page builder most MCP tools can't touch.
MCP for Divi
ProRead and write Divi content over MCP, builder-aware, snapshotted, reversible.