Elementor MCP Server (Aguaitech)

Elementor website page content management via CRUD operations within your AI workflow.

Data last scanned today · Reviewed today

1566JavaScript

Overview

Elementor MCP Server provides an interface for interacting with Elementor page data. It enables AI assistants to perform create, read, update, and delete (CRUD) operations on Elementor content, facilitating automated page management and content modifications directly through WordPress application passwords. Installation involves configuring the server with your specific WordPress site URL, admin username, and an application password. The tool is designed to work with standard WordPress credentials, allowing the AI to manipulate page structures and elements defined in the Elementor builder.

Our verdict

This server carries a high risk level with a security score of 15/100, primarily due to the lack of a read-only mode and the fact that it has not been updated in over 440 days. Because the server grants full write access to your WordPress installation without clearly defined safety guardrails or recent maintenance, it is best suited for experimental environments rather than live production websites.

  • Four direct dependencies minimize the software supply-chain surface area.
  • Documentation provided in the README assists with configuration steps.
  • Three contributors participate in the project maintenance.
  • High risk level with a low 15/100 security score.
  • Last code commit occurred over 440 days ago.
  • No read-only mode restricts the server to full write access.
  • Community-maintained project lacking official vendor oversight.

Setup

Claude Desktop
{
  "mcpServers": {
    "aguaitech-elementor-mcp": {
      "args": [
        "-y",
        "elementor-mcp"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Compatibility

ClientLocalDockerRemoteRead-only
Claude Desktop
Cursor
VS Code
Windsurf
ChatGPT

Frequently asked questions

What authentication is required for this server?

You must provide a WordPress application password created via the WordPress dashboard, along with your target website's username and URL.

How do I configure the server for use on Windows?

You must use the 'cmd' command with the '/c' argument in your mcp.json configuration file when running the npx command.

Does the server require specific environment variables?

Yes, you must define WP_URL, WP_APP_USER, and WP_APP_PASSWORD within your environment configuration to enable the server.

Are there recommended tools for managing projects with this server?

The author recommends using the provided Elementor Project Workflow template project to manage your Elementor project.

Badge

Elementor MCP Server (Aguaitech) security score, rated on RepoAI

Maintain this server? Add the live badge to your README.