What Just Changed
Elementor 4.3 beta shipped September 15 with native MCP support. That is not a minor version note. Any MCP-compatible AI client, including Claude Code, Cursor, and Codex, can now connect directly to your WordPress site and execute Elementor page edits in real time, without you opening wp-admin.
Not “generate content.” Build pages. Reorder containers. Apply global style tokens. Create headers and footers with display conditions. Inspect what is on an existing page and rework the layout. These are governed write operations with review gates, not clipboard assistance.
Agencies managing multiple WordPress installs will feel this immediately. So will marketing teams who have been waiting for AI tools that can actually do the work rather than describe it.
The Protocol Underneath
MCP stands for Model Context Protocol, an open standard that lets AI applications call actions on external systems rather than just talking about them. The AI client connects to your site, discovers what actions are available, reads your page structure and design system, and executes multi-step tasks.
WordPress 6.9 introduced the Abilities API, specifically wp_register_ability(), which lets any plugin or theme declare what it can do in a standard registry. The WordPress MCP Adapter bridges that registry over MCP. Elementor 4.3 registers its own set of abilities into that system and exposes them to whatever AI client connects.
The result: Claude knows your page structure. It knows your global colors and typography. It reads widget schemas for every plugin installed on your site. The more capable your Elementor setup, the more capable the AI agent.
What the Agent Can Do in 4.3
The beta adds a dedicated Elementor MCP page inside the WordPress dashboard, under the Elementor menu. Access is restricted to site admins. Connection is per-site via an application password that Elementor generates automatically when you select your client.
Supported clients on launch: Claude Code, Claude Desktop, Codex, Cursor, and an open “Other” slot for any MCP-compatible tool. Elementor generates a setup prompt you paste into the client. The application password is embedded in that prompt.
Once connected, the agent can build new pages and full layouts with typed widgets and styling that match your design system. It can edit or redesign existing pages by pointing the agent at a URL and describing the change. It can create and manage theme parts including headers, footers, archives, and popups with display conditions. It can read and apply your global design tokens, classes, variables, hover states, and responsive breakpoints.
The cost follows your AI client’s pricing. Elementor basic elements are free under this connection. Pro elements within a generated layout require an active Elementor Pro plan.
The Ecosystem That Ran Ahead
Third-party MCP servers for Elementor have been shipping since mid-2025. EMCP Tools exposes up to 278 tools covering Elementor page building, plugins, users, media, and the database. Premium Addons for Elementor introduced 34 AI Abilities with support for 15 AI clients, including GitHub Copilot, Gemini CLI, Amazon Q, and Windsurf. Each ability is toggle-controlled at the individual level, so admins choose exactly what the connected AI can see and do.
The ecosystem moved quickly. What changes with Elementor 4.3 is that MCP support is now official. It ships with the plugin. It integrates into the Abilities API correctly. It is maintained by the team that owns Elementor’s core behavior. That distinction matters for agencies and developers who need a stable surface to build on.
What to Get Right Before Enabling This on Client Sites
The AI agent does not publish without your approval. The architecture requires you to review changes before they go live. Review only works if someone on your team is accountable for it.
Start on staging, not production. The first run on any site should be on a staging environment. Confirm the agent reads your design system correctly before it touches a live page.
Treat the connection as a deployment decision. Document which AI client is connected, what credentials are in use, and who has admin access to disconnect it. Agencies enabling this on client sites should own that documentation, not assume the client does.
Limit exposed Abilities. Elementor’s native implementation offers per-site connection control. Third-party implementations like Premium Addons let you toggle individual abilities off entirely. If you only need layout changes, do not expose database write access.
Run MCPSafetyScanner before connecting to any live site. Prompt injection and tool poisoning are real attack surfaces on MCP connections. Audit before you open the door.
What WordPress 7.2 Adds to This Picture
WordPress 7.2 Beta 1 is scheduled for October 20, 2026. The Abilities API that makes all of this work is expected to expand in 7.2, with native AI feature depth increasing through the tools registered against it. Elementor’s timing is intentional.
The WordPress MCP Adapter carries 1,692 stars on GitHub as of September 2026 and is actively maintained. It is the canonical bridge between the Abilities API and any MCP client, not just Elementor.
For developers: wp_register_ability() is the registration hook. Any plugin that properly registers against the Abilities API is automatically discoverable by a connected AI agent. That means a growing catalog of WordPress plugins are becoming AI-operable by default, not by special integration.
FAQ
Does Elementor MCP require Elementor Pro? The MCP connection itself is free. Basic sections and elements generate under the free plan. Pro elements within a generated layout require an active Elementor Pro subscription.
Does the AI auto-publish anything? No. Nothing publishes until the connected admin explicitly approves it. Changes are staged for review before going live.
My team uses a different AI client. Does it work? Elementor provides an “Other” configuration path for any MCP-compatible tool. The underlying protocol is standardized, so any compliant client can connect.
Is this production-safe? It is a beta release. Treat it accordingly: staging environments first, documented process, clear rollback plan. Do not enable on live client sites without testing the agent against your specific design system first.