Elementor MCP Server

Integrations

  • Provides CRUD operations for managing Elementor page builder data on WordPress websites, allowing for retrieval and modification of page content created with the Elementor editor.

  • Connects to WordPress websites using application passwords for authentication, enabling interaction with WordPress sites that use Elementor for page building.

Elementor MCP Server

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

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A simple server that enables CRUD operations on Elementor data for WordPress pages, requiring WordPress authentication credentials to interact with a target website.

  1. Installation
    1. Installing via Smithery
    2. MacOS / Linux
    3. Windows
  2. License

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      Enables AI assistants to interact with WordPress sites through the WordPress REST API. Supports multiple WordPress sites with secure authentication, enabling content management, post operations, and site configuration through natural language.
      Last updated -
      18
      31
      MIT License
    • A
      security
      A
      license
      A
      quality
      An advanced web browsing server enabling headless browser interactions via a secure API, providing features like navigation, content extraction, element interaction, and screenshot capture.
      Last updated -
      6
      9
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A server allowing interaction with Reddit via the public API, enabling browsing frontpage posts, retrieving subreddit details, and reading post comments through a Model Context Protocol.
      Last updated -
      8
      30
      Python
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      A server that enables interaction with WordPress sites through REST API, allowing users to create, retrieve, and update posts using JSON-RPC 2.0 protocol.
      Last updated -
      1
      JavaScript
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    ID: 9mur5ns1hw