mcpbeat Sign in

Elementor Ultra MCP Server

by algorismus-io Your server? Claim it
local only

Elementor Ultra MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 18 Aug 2026.

Build Elementor sites with AI agents - native, editable pages via ~90 MCP tools. Free & MIT.

Installs per day peak 36 · avg 11 · +76% w/w
a month agotoday
77
Installs / week
npm · @algorismus/elementor-ultra-mcp
1
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable packages/server/src/convert/figma-client.ts:512
    await readFile(path.join(workDir, manifest.artifacts.raw), 'utf8'),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add elementor-ultra-mcp -- npx -y @algorismus/elementor-ultra-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "elementor-ultra-mcp": {
      "args": [
        "-y",
        "@algorismus/elementor-ultra-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.elementor-ultra-mcp]
command = "npx"
args = ["-y", "@algorismus/elementor-ultra-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "elementor-ultra-mcp": {
      "args": [
        "-y",
        "@algorismus/elementor-ultra-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "elementor-ultra-mcp": {
      "args": [
        "-y",
        "@algorismus/elementor-ultra-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WP_URL (WordPress site URL), WP_USER (WordPress username), WP_APP_PASSWORD (WordPress Application Password (WP Admin -> Users -> Profile -> Application Passwords)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Elementor Ultra MCP

same job, measured the same way
Respira WordPress MCP
by webmyc

AI-native WordPress editing across 17 page builders. 230 tools, 335 with WooCommerce. Safe writes.

local only
Blitz
by blitzdotdev

Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools.

30 installs/wk local only
P
Respira WordPress MCP
by respira

WordPress MCP with native page-builder editing, full-page creation, and WooCommerce tools.

3 371 installs/wk local only
Oculo
by xidik12

AI-powered native browser with 12 MCP tools. ~30 tokens per page.

38 installs/wk local only
I
Discord MCP
by cappyeo

Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.

637 installs/wk local only
Genesys Memory
by astrix-labs

Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).

658 installs/wk local only
Agentverse Memory
by fetchai

Graph-native persistent memory for AI agents — 33 MCP tools, zero-LLM writes.

answering
AI-First Scraper
by yubinkim444

Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.

151 installs/wk local only

Elementor Ultra MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Elementor Ultra MCP?
Elementor Ultra MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @algorismus/elementor-ultra-mcp was installed 77 times last week.
How do I connect Elementor Ultra MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @algorismus/elementor-ultra-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Elementor Ultra MCP?
The npm package @algorismus/elementor-ultra-mcp was installed 77 times in the last week. Week over week that is +76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Elementor Ultra MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.