Elementor MCP Server

This is a simple MCP server for Elementor. It is used to perform CRUD operations on the Elementor data for a given page.

Local serverstdio

What is the Elementor MCP MCP server?

This is a simple MCP server for Elementor. It is used to perform CRUD operations on the Elementor data for a given page. Exposed over MCP by the elementor mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

Its toolset

Everything the assistant can do here goes through one of these:

  • WP_URL — The URL of the target website
  • WP_APP_USER — The username of the target website. Note: it's the username to log in to the target website, not the application name
  • WP_APP_PASSWORD — The application password of the target website, keep the space. You can create one in the target website's WordPress dashboard, see [Generating
  • Windows — The Windows tool exposed by this server

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at @smithery/cli on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Configuration

You will need 3 environment variables: WP_URL, WP_APP_USER, WP_APP_PASSWORD. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Elementor MCP's toolset — WP_URL, WP_APP_USER, WP_APP_PASSWORD and 1 more — is a fair guide to whether it matches your workflow. It is maintained by aguaitech; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Elementor MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the elementor mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
WP_URLThe URL of the target website.
WP_APP_USERThe username of the target website. Note: it's the username to log in to the target website, not the application name.
WP_APP_PASSWORDThe application password of the target website, keep the space. You can create one in the target website's WordPress dashboard, see [Generating Manually Section in this page](https://make.wordpress.org/core/2020/11/05/ap
WindowsThe Windows tool exposed by this server.

How to install the Elementor MCP MCP server

### Windows

```json
{
  "mcpServers": {
    "Elementor MCP": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "elementor-mcp"],
      "env": {
        "WP_URL": "https://url.of.target.website",
        "WP_APP_USER": "wordpress_username",
        "WP_APP_PASSWORD": "Appl icat ion_ Pass word"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
WP_URLEndpoint or connection string the server talks to.Yes
WP_APP_USERConfiguration value read at startup.Optional
WP_APP_PASSWORDConfiguration value read at startup.Optional

Example prompts to try

  • Use Elementor MCP to WP URL.
  • Use Elementor MCP to WP APP USER.
  • Use Elementor MCP to WP APP PASSWORD.

Frequently asked questions

It connects Elementor MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (WP_URL, WP_APP_USER, WP_APP_PASSWORD, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Elementor MCP directly.