@algorismus/create-elementor-ultra
v1.0.0
Published
One command to give an AI agent full authority over a real Elementor site: wires the MCP server, CLI and JSX compiler into any AI client (Claude, Cursor, Windsurf, VS Code), guides WordPress setup, and installs a skills knowledge base the agent reads to r
Maintainers
Readme
create-elementor-ultra
One command to give an AI agent full authority over a real Elementor site.
npx @algorismus/create-elementor-ultraAn interactive wizard that gives an AI agent full authority over a real Elementor site — the MCP
server (≈90 tools), the exjsx CLI, and the JSX→Elementor compiler — and installs a skills
knowledge base so the agent can guide its own setup and authoring.
What it does
Six guided steps, each verified live before moving on:
- WordPress site — checks the URL reaches a WordPress REST API and that Elementor is present.
- Authentication — walks you through creating an Application Password and verifies it can edit.
- Companion plugin — detects the
elementor-ultra/v1REST seam; if missing, prints the exact install steps (and the skills guide has the full walkthrough). - MCP server — uses the published server via
npxif available, otherwise offers to clone + build it locally. - AI client — writes the MCP config for your client:
Claude Desktop · Claude Code · Cursor · Windsurf · VS Code — or prints the block for any
other MCP client. Handles each client's file location and config key (VS Code uses
servers). - CLI, project & skills — installs
@algorismus/elementor-jsx(theexjsxCLI + compiler), optionally scaffolds a starter project, and drops the skills knowledge base into your agent.
Then: restart your client and ask it to "list my Elementor pages" — the agent is live.
Options
npx @algorismus/create-elementor-ultra [options]
--yes, -y accept sensible defaults where possible
--print-only show the MCP config; write nothing (for unsupported clients)
--version, -v print version
--help, -h helpIt reads WP_URL / WP_USER / WP_APP_PASSWORD from the environment as prompt defaults, so it
also runs non-interactively (pipe answers, or set those + --yes).
The stack it sets up
| Piece | Package / source | What it is |
|---|---|---|
| MCP server | elementor-ultra-mcp | ~90 agent tools over MCP: read, build, refactor, govern pages — validated, backed-up, reversible |
| CLI + compiler | @algorismus/elementor-jsx | exjsx init/build/deploy/lint/… — JSX → native Elementor V4 |
| Companion plugin | zip in the MCP repo releases | the authoritative WordPress REST write path |
| Skills | bundled here | install / WordPress / MCP-client / authoring / troubleshooting guides for your agent |
Requirements
- Node.js ≥ 18
- A WordPress site with Elementor ≥ 4.1.4 (V4 atomic experiments on)
- An MCP-capable AI client
License
MIT © 2026 Algorismus. Not affiliated with or endorsed by Elementor Ltd — "Elementor" is their trademark; this is an independent integration.
