MCP.so
Sign In
E

Elementor MCP

@aguaitech

About Elementor MCP

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

Basic information

Category

Other

Transports

stdio

Publisher

aguaitech

Submitted by

YUE ZHAO

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

7

Creates a new page in WordPress with Elementor data, it will return the created page ID.

Retrieves a specific page from WordPress by its ID, including meta fields like _elementor_data.

Downloads a specific page from WordPress by its ID, including meta fields like _elementor_data, and saves it to a file.

Updates an existing page in WordPress with Elementor data, it will return a boolean value to indicate if the update was successful.

Updates an existing page in WordPress with Elementor data from a file, it will return a boolean value to indicate if the update was successful.

Deletes a specific page from WordPress, it will return a boolean value to indicate if the deletion was successful.

Retrieves the ID of a specific WordPress page by its slug.

Overview

What is Elementor MCP?

Elementor MCP is a simple Model Context Protocol server for performing CRUD operations on Elementor data for a given WordPress page. It is intended for developers managing Elementor layouts programmatically via MCP-compatible clients.

How to use Elementor MCP?

Configure the server in your MCP client's mcp.json file with the command npx -y elementor-mcp (on Windows use cmd /c npx -y elementor-mcp). Set the environment variables WP_URL, WP_APP_USER, and WP_APP_PASSWORD to point to the target WordPress site and authenticate using an application password.

Key features of Elementor MCP

  • Performs CRUD operations on Elementor data for a given page
  • Works with any WordPress site running Elementor
  • Authenticates via WordPress application passwords
  • Runs via npx with no permanent installation required
  • Configurable through environment variables

Use cases of Elementor MCP

FAQ from Elementor MCP

Comments

More Other MCP servers