Elementor addons integration
MCP for Essential Addons for Elementor
Essential Addons registers extra Elementor widgets. WP MCP's Elementor deep-editing tools handle any registered widget: cataloged widgets take typed, validated params, and every other registered widget, including Essential Addons' (eael-*), inserts through the raw settings escape hatch and reads back through get-elementor-data. So Essential Addons widgets are editable by an agent with no addon-specific integration, and every write is snapshotted first.
What your AI can do
Real Essential Addons for Elementor operations, every write reversible.
- Read a page's full element tree, including Essential Addons widgets
- Insert an Essential Addons widget by type with raw settings
- Update an existing Essential Addons widget's settings
- Roll back any change, since _elementor_data is snapshotted post meta
Example prompts
Just ask.
Read the element tree on /home and list which Essential Addons widgets it uses.
Add an Essential Addons widget with these settings under the hero container.
Update the settings on the eael widget with this element id.
Under the hood
The real calls.
add-widget({ post_id: 12, widget_type: "eael-...", settings: {…}, expected_hash }), raw-settings escape hatch, snapshotted
get-elementor-data({ post_id: 12 }), reads all widgets, addon or core
Frequently asked
Questions, answered.
Is there an Essential-Addons-specific integration?
It does not need one. WP MCP's add-widget accepts any registered Elementor widget through a raw settings escape hatch (a tested path), and get-elementor-data reads the whole element tree, so Essential Addons widgets are handled like any other. Curated typed params exist for a 44-widget core catalog; addon widgets use raw settings.
More integrations
MCP for Ultimate Addons for Elementor (UAE)
ProInsert and edit UAE 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.