Elementor MCP ServerServer

aguaitech
GitHub
WordPressElementorCRUD Operations

Loading subscription status...

💡 Description

A simple server that allows CRUD operations on Elementor data for WordPress pages. It requires WordPress authentication data to interact with a target website.

📝 JSON Entries

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

🛠️ Tools

create_pageget_pagedownload_page_to_fileupdate_pagedelete_pageupdate_page_from_fileget_page_id_by_slug

Features

  • CRUD operations for Elementor page builder data
  • Connects to WordPress websites using application passwords

💬 Example Queries

  • Create a new page using Elementor
  • Update the content of an existing Elementor page
  • Delete a specific Elementor page