Elementor addons integration
MCP for Unlimited Elements for Elementor
Unlimited Elements registers a large library of extra Elementor widgets. WP MCP's Elementor tools handle any registered widget: cataloged core widgets take typed params, and every other registered widget, including Unlimited Elements', inserts through the raw settings escape hatch and reads back through get-elementor-data. No addon-specific integration, and every write is snapshotted first.
What your AI can do
Real Unlimited Elements for Elementor operations, every write reversible.
- Read a page's element tree including Unlimited Elements widgets
- Insert an Unlimited Elements widget by type with raw settings
- Update an existing widget's settings
- Roll back any change via the post snapshot
Example prompts
Just ask.
List the Unlimited Elements widgets on the homepage.
Add an Unlimited Elements widget with these settings under the hero.
Update this Unlimited Elements element id's settings.
Under the hood
The real calls.
add-widget({ post_id: 20, widget_type: "...", settings: {…}, expected_hash }), raw-settings escape hatch
get-elementor-data({ post_id: 20 })
Frequently asked
Questions, answered.
Why is Unlimited Elements covered without a dedicated integration?
Its widgets are standard registered Elementor widgets, and add-widget's tested raw-settings escape hatch inserts any registered widget while get-elementor-data reads the whole tree. So it is handled like core Elementor 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 Ultimate Addons for Elementor (UAE)
ProInsert and edit UAE 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.