An MCP server that lets AI agents design complete websites and generate import-ready Elementor v4 JSON, allowing for automated website building with structural validity.
An MCP server for Elementor-built WordPress sites that reads page structure, edits widgets, manages global design tokens, and supports safe concurrent writes with undo via a WordPress bridge plugin.
Create a new WordPress page with Elementor data, specifying title, status, content, and required JSON-formatted Elementor data, returning the page ID upon success.
Update WordPress pages with Elementor data by specifying page ID, title, status, content, and JSON-based Elementor data. Verifies success with a boolean response.
Update a WordPress page with Elementor data from specified files, returning a boolean to confirm success. Requires page ID and Elementor file path for operation.
Generate an Elementor container with flexbox controls for gap, alignment, justify-content, direction, and embedded widgets to build custom page sections.
Generate Elementor widget data structures by providing widget type and settings, allowing AI assistants to build WordPress page builder content through natural language commands.
Retrieve the full Elementor page structure and element tree JSON for a WordPress page using its page ID. Ideal for inspecting pages built with Elementor to understand layout and elements.
Compile a blueprint in-memory to validate its structure. Returns element count and errors to fix issues before building. Supports keyframes and globals; set format for import compatibility.