Get Elementor Globals is a WordPress ability from Elementor — usable via Easy MCP AI, which connects Claude, ChatGPT, and any AI assistant to your site.
Install Free Plugin →Get Elementor Globals
Read-onlyReturns site-wide Elementor design data from the active kit: shared global CSS classes and design-token variables such as colors and fonts.
Requires the Elementor plugin plus its experimental 'Elementor MCP WP Abilities API' feature flag (e_wp_abilities_api), which is hidden and inactive by default and, per Elementor's own description, needs WordPress 7.0+ and an application password for the connecting agent. Each ability also checks the current user's capabilities (typically 'edit_posts', plus per-post 'edit_post' or the target post type's 'create_posts' capability) before running.
What it does
This ability loads the site's active Elementor kit and returns two things: the full set of global class definitions and their order from the Global Classes Repository, and the kit's variables (design tokens) via the Variables Service, including the variable list, a total count, and a watermark value. It takes no input — calling it always returns the complete current kit-level styling context, which is useful when an assistant needs shared design-system data rather than a single page's element tree.
See it in action
You ask your AI assistant
"What global classes and color variables does my Elementor kit currently define?"
Returns
An object with 'global_classes' (the kit's global class definitions and order) and 'variables' (an object with the variables list, a total count, and a watermark) from the active Elementor kit.
Permission
Requires the 'edit_posts' capability for the current user.
More Elementor abilities
Create Elementor Page
Creates a new draft post or page and marks it as built with Elementor, giving you a blank canvas ready to design.
Get Elementor Page Structure
Returns the full Elementor element tree (widgets, containers, and nested content) for a single Elementor-built post or page.
List Elementor Pages
Lists the pages and posts on the site that were built with Elementor, so an assistant can discover existing documents before drilling into their structure.
Update Elementor Page Settings
Updates document-level Elementor settings (for example page layout, title visibility, or custom page settings) for a given post.