mcpbeat Sign in

Elementor MCP Agent MCP Server

local only

Elementor MCP Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 14 Sep 2026.

Agency-grade MCP for WordPress Elementor — multi-site, safe edits, templates, versions.

Installs per day peak 29 · avg 13 · -6% w/w
a month agotoday
44
Installs / week
npm · elementor-mcp-agent
3
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.cjs || true
Runs an external command src/transport/screenshot.ts:54
    const child = spawn(chrome, args, { stdio: ["ignore", "ignore", "pipe"] });

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-mcp-agent -- npx -y elementor-mcp-agent
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "elementor-mcp-agent": {
      "args": [
        "-y",
        "elementor-mcp-agent"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.elementor-mcp-agent]
command = "npx"
args = ["-y", "elementor-mcp-agent"]
.cursor/mcp.json
{
  "mcpServers": {
    "elementor-mcp-agent": {
      "args": [
        "-y",
        "elementor-mcp-agent"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "elementor-mcp-agent": {
      "args": [
        "-y",
        "elementor-mcp-agent"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ELEMENTOR_MCP_SITES (JSON array of site objects. Each: {id, url, username, application_password}. See README.), ELEMENTOR_MCP_CONFIG_PATH (Alternative: path to a JSON config file. README has the schema.), ELEMENTOR_MCP_DEFAULT_SITE_ID (Optional default site id when a tool is called without site_id.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Elementor MCP Agent

same job, measured the same way
agenthold
by edobusy

Shared versioned state for multi-agent AI workflows

271 installs/wk local only
Elementor Ultra MCP
by algorismus-io

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

31 installs/wk local only
MCP State Sidecar
by askadvaith

MCP State Sidecar: durable state persistence for multi-agent AI workflows

62 installs/wk local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
MCP Whatsapp Cloud
by codespar

MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API

21 installs/wk local only
MCP Wordpress
by crunchtools

Secure MCP server for WordPress content management

83 installs/wk local only
MCP Server Template
by qmmughal

Production-grade MCP Server Template for TypeScript and Node.js.

23 installs/wk local only
Claude Prompts MCP
by minipuft

Reusable prompt templates, multi-step workflow chains, and quality gates for any MCP client.

47 installs/wk local only

Elementor MCP Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Elementor MCP Agent?
Elementor MCP Agent 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 elementor-mcp-agent was installed 44 times last week.
How do I connect Elementor MCP Agent?
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 elementor-mcp-agent straight from npm; nothing to host, nothing to sign up for.
How many people use Elementor MCP Agent?
The npm package elementor-mcp-agent was installed 44 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Elementor MCP Agent open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.