Can Claude Code build an Elementor site?
Yes. With exjsx, Claude Code writes typed JSX and the compiler turns it into native, editable Elementor V4 pages over REST, with no copy-pasting JSON, no HTML blobs. The--gates dev loop re-verifies every save
at 1200/1920/390 px, so the agent finds layout breakage before you do. The
whole stack is open source and MIT-licensed; start at the
quickstart.
Is there an MCP server for Elementor?
Yes. elementor-ultra-mcp exposes roughly 90 MCP tools covering pages, widgets, global classes, variables, media, forms, and rollback. See the install guide. On top of it sits the exjsx compiler and CLI, which most agents should prefer for authoring whole pages: one typed JSX file in, a verified Elementor page out.Can Cursor or Codex build Elementor pages?
Yes. Nothing in the stack is Claude-specific: any MCP-capable agent (Cursor, Codex, Claude Code, and others) can drive the same tools and the sameexjsx CLI. Setup is a single paste-to-agent prompt or the interactive wizard, and
both are on the install page.