Get the plugin
WP MCP/Integrations/Elementor addons

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.

list-widgetsget-elementor-dataadd-widgetupdate-widget

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.

wpmcp, essential-addons

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.

Point your AI at Essential Addons for Elementor.

Release notes, straight to your inbox.

One email per release, what shipped, what's verified, what's production-only. No drip campaigns. Unsubscribe in one click.