Elementor MCP Agent

Built for agencies running many client sites on Elementor / Elementor Pro who want Claude (or any MCP client) to drive the toil - without breaking pages. Its 30 documented tools cover elementor, widget, page, replace. It runs locally over stdio via the published package.

People connecting web framework tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-17 · ★ 3 · #27 OF 48 MAINTAINED WEB FRAMEWORK · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Elementor MCP Agent

before you install - you'll need

Set ELEMENTOR_MCP_SITES before connecting.

Claude Code

claude mcp add mogacode-ma-elementor-mcp-agent -- npx -y elementor-mcp-agent

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mogacode-ma-elementor-mcp-agent": {
      "command": "npx",
      "args": [
        "-y",
        "elementor-mcp-agent"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package elementor-mcp-agent - unscoped; check the name against the project README before installing

registry namespace io.github.Mogacode-ma is GitHub-verified and matches the repo owner

03 · What Elementor MCP Agent can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can validate a page is safe to edit, fetch one widget by id (read-only), remove a widget from its parent container, and replace widgetType + settings, preserve id + position.

Capability map

Tools grouped from the project's README - what Elementor MCP Agent lets an agent do.

Elementor

9 tools - e.g. pages in builder mode; parsed summary + optional full tree; text replace with dry-run → token → apply → backup → validate → rollback if invalid

list_elementor_pages · read_page_elementor · elementor_find_replace · duplicate_elementor_page · list_elementor_templates · export_elementor_template…

Widget

6 tools - e.g. fetch one widget by id (read-only); shallow-merge settings, with backup + validate + flush; remove a widget from its parent container

read_widget · update_widget_settings · delete_widget · swap_widget_type · add_widget · move_widget

read & search

3 tools - e.g. enumerate the pool; flat widget inventory with excerpts; shared widgets (edit one → affects every page using it)

list_sites · list_widgets_in_page · list_global_widgets

Replace

3 tools - e.g. wp search-replace with mandatory dry-run; find/replace across every Elementor page of one site, per-page backup + validate + flush; same across every site in the pool (sequential, dry-run mandatory)

wp_search_replace · bulk_find_replace_site · fleet_find_replace

Ping

1 tool - e.g. auth + version probe

ping_site

Site

1 tool - e.g. multi-call health snapshot

site_health

Preflight

1 tool - e.g. validate a page is safe to edit

preflight_check

Apply

1 tool - e.g. push template data onto an existing page

apply_template_to_page

Latest releases

v1.3.0 · 2026-06-07

Tiny niceness patch - no functional changes. · Postinstall message: a polite greeting on npm install (suppressible via SUPPRESS_INSTALL_MESSAGE=1 or CI=1) · Runtime banner: 3-line greeting on stderr at server start…

v1.2.0 · 2026-05-22

Never trust the write API · Every mutating widget tool now re-reads the page from canonical WP after the write and surfaces persisted state to the model. The HTTP write API can lie - return 200 OK while plugin filters…

v1.1.0 · 2026-05-22

10 new tools - all reusing v1.0 safety primitives · Widget-level CRUD (7) · read_widget · update_widget_settings · delete_widget · duplicate_widget · swap_widget_type · add_widget · move_widget · Every destructive op…

04 · Who maintains Elementor MCP Agent

elementor-mcp-agent is maintained by mogacode-ma. We track 2 MCP servers from mogacode-ma - 2 actively maintained, 10 combined GitHub stars, oldest repo from May 2026. Full record: all servers from mogacode-ma.

  1. infomaniak-mcp-agent Unofficial Infomaniak MCP - hosting, Node.js, mail, DNS, kDrive, SSL, VPS, domains. 81 tools. ★ 7

05 · Facts

category
web framework - ranked #27 of 48 actively-maintained web framework servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-07)
registry
io.github.Mogacode-ma/elementor-mcp-agent (active, first published 2026-05-22 · 3 versions)
packages
npm:elementor-mcp-agent

06 · Elementor MCP Agent FAQ

Is Elementor MCP Agent still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-17 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Elementor MCP Agent do?

With this server connected, an agent can validate a page is safe to edit, fetch one widget by id (read-only), remove a widget from its parent container, and replace widgetType + settings, preserve id + position.

How do I install Elementor MCP Agent?

Run `npx -y elementor-mcp-agent`. The README documents one environment variable (ELEMENTOR_MCP_SITES) to set first. Set ELEMENTOR_MCP_SITES before connecting. You can also paste the ready-made client config above.

Does Elementor MCP Agent run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Elementor MCP Agent

More web framework MCP servers · Astro MCP · Sidereon · Dispatch SEO · Solidity Compiler IDE · React Toolkit

More TypeScript MCP servers · Infomaniak MCP Agent · Prompt To Asset · Madar · Moira · Molecare MCP · see all