Elementor addons integration

MCP for Essential Addons for Elementor

Make every Essential Addons widget visible to your AI, then place it with the tools you already use.

ProNeeds Essential Addons for Elementor activeessential-addons-read

What the Essential Addons for Elementor integration does

Essential Addons is the most-installed Elementor addon pack, and until now your AI could not see a single one of its widgets. Ask for a pricing table and the agent would patiently hand-build one out of containers and headings, while a finished EAEL pricing widget sat unused in your widget panel.

The fix turned out to be smaller than expected. Addon packs register their widgets into Elementor’s own registry, which EMCP already writes to, so placement always worked. What was missing was discovery: EMCP’s catalog serves core widgets, so eael-pricing-table was invisible. This integration adds one read tool that indexes the pack, and placement stays on the standard add-free-widget. No second code path, no duplicate way of doing things.

What your AI can do

Once Essential Addons for Elementor is active, ask any MCP client, Claude, Cursor, or your own, to do these in plain language.

Example prompts

Real instructions you can hand your agent for Essential Addons for Elementor.

"What Essential Addons widgets do I have for pricing?"

"Add an EAEL pricing table to the services page with three tiers."

"Show me the controls for the advanced accordion widget."

Under the hood

Discover, inspect, then place, how EMCP drives Essential Addons for Elementor.

essential-addons-read({ operation: "list-widgets", arguments: { search: "pricing" } })
essential-addons-read({ operation: "get-widget-schema", arguments: { type: "eael-pricing-table" } })

// place it with the normal widget tool
add-free-widget({ post_id: 42, parent_id: "a1b2c3d", widget_type: "eael-pricing-table" })

Note: Registers only when Essential Addons is active. Read-only, and enabled by default.

The Essential Addons for Elementor integration is part of EMCP Pro

Essential Addons for Elementor reads and writes come with EMCP Pro, alongside every other Pro plugin integration, AI-assisted building, 50 premium templates, and 50+ prompts. The free plugin already includes the full Elementor, Gutenberg, WordPress, and Themes toolkits, Pro adds the deep third-party integrations.

Frequently asked

Why is there no tool to add an Essential Addons widget?

Because one already exists. EAEL widgets register into Elementor’s own widget registry, so EMCP’s standard add-free-widget places them today. Adding a pack-specific placement tool would duplicate a working code path, which is how integrations rot. This tool exists because those widgets were undiscoverable, not because they were unplaceable.

Why does the schema not show every setting?

Because addon widgets are enormous. On a stock install eael-pricing-table reports 456 controls and eael-adv-accordion 467, mostly styling. Handing all of that to an AI floods its context and crowds out your actual instructions, so get-widget-schema returns the content-bearing controls by default and reports how many it filtered. Pass full: true when you genuinely need a styling control name.

Does it work with the free version of Essential Addons?

Yes. The catalog is read from the live Elementor registry, so it reflects exactly the widgets your install has, on either tier. If a widget you expect is missing, the addon’s own Pro tier is the usual reason.

More integrations

All integrations

Point your AI at Essential Addons for Elementor.

Install EMCP, connect any MCP client, and drive Essential Addons for Elementor from a prompt. The core is free and runs entirely on your own server.