MCP ExplorerExplorer

Elementor Mcp

@aguaitechon a year ago
2 MIT
FreeCommunity
AI Systems
A simple MCP server for Wordpress Elementor

Overview

What is Elementor Mcp

Elementor-MCP is a simple MCP server designed specifically for managing Elementor data on WordPress pages. It allows users to perform CRUD (Create, Read, Update, Delete) operations on Elementor content efficiently.

Use cases

Use cases for Elementor-MCP include automating content updates on WordPress sites, integrating Elementor with other applications, and managing multiple Elementor projects efficiently.

How to use

To use Elementor-MCP, you can install it via Smithery by running a command in your terminal. You need to configure the MCP server with the target WordPress site’s URL, username, and application password in the mcp.json file or directly via command line.

Key features

Key features of Elementor-MCP include easy installation via Smithery, support for CRUD operations on Elementor data, and compatibility with both MacOS/Linux and Windows environments.

Where to use

Elementor-MCP is primarily used in web development environments where WordPress and Elementor are utilized, particularly for managing website content dynamically.

Content

MseeP.ai Security Assessment Badge

Elementor MCP Server

smithery badge

We recommand you to use this template project to manage your Elementor project.

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

Installation

Installing via Smithery

To install Elementor MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @aguaitech/Elementor-MCP --client claude

Or configure the MCP server in your mcp.json file. Note that the environment variables are required.

  • 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 Manually Section in this page.

MacOS / Linux

{
  "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"
      }
    }
  }
}

Windows

{
  "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"
      }
    }
  }
}

License

This project is licensed under the MIT License

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers