Make every Essential Addons widget visible to your AI, then place it with the tools you already use.
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.
Once Essential Addons for Elementor is active, ask any MCP client, Claude, Cursor, or your own, to do these in plain language.
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."
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.
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.
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.
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.
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.
Index your Premium Addons widgets so an agent can find the right one and build with it.
Elementor addonsUse its widgets, and let your AI build and target your headers and footers.
Elementor addonsBuild and edit Elementor pages from a prompt, containers, widgets, templates, and global styles.
Page buildersEdit the WordPress block editor incrementally, insert, update, move, and remove blocks by path.
Page buildersRead your Contact Form 7 forms, fields, and mail templates, and let your AI tune them.
FormsRead WPForms forms, notifications, and entries, and manage submissions with your AI.
FormsInstall 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.