npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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

Readme

create-elementor-ultra

One command to give an AI agent full authority over a real Elementor site.

npx @algorismus/create-elementor-ultra

An 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:

  1. WordPress site — checks the URL reaches a WordPress REST API and that Elementor is present.
  2. Authentication — walks you through creating an Application Password and verifies it can edit.
  3. Companion plugin — detects the elementor-ultra/v1 REST seam; if missing, prints the exact install steps (and the skills guide has the full walkthrough).
  4. MCP server — uses the published server via npx if available, otherwise offers to clone + build it locally.
  5. 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).
  6. CLI, project & skills — installs @algorismus/elementor-jsx (the exjsx CLI + 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      help

It 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.