MCP Catalogs
Homeelementor-mcp screenshot

elementor-mcp

by msrbuilds·318·Score 52

WordPress plugin that extends Elementor with 97 MCP tools for AI-powered page design management.

developer-toolsecommerceproductivity
79
Forks
10
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server integrates Elementor page builder with AI systems through the Model Context Protocol. It provides comprehensive tools for querying, creating, and manipulating WordPress pages and Elementor designs. The plugin offers a broad range of functionality including widget management, template handling, theme customization, and dynamic content integration. It specifically targets designers and developers looking to automate WordPress site creation and maintenance workflows through AI agents.

Try asking AI

After installing, here are 4 things you can ask your AI assistant:

you:AI-assisted WordPress website creation using Elementor
you:Programmatic page design and content management
you:Automated template generation for consistent branding
you:Batch page updates across multiple sites

When to choose this

Choose this MCP server if you're working with WordPress and Elementor and need programmatic control over page designs through AI agents.

When NOT to choose this

Not suitable if you're not using WordPress or Elementor, or if you need more direct access to the database.

Tools this server exposes

12 tools extracted from the README
  • list-widgets

    List all registered widget types with names, titles, icons, categories, and keywords

  • get-page-structure

    Get the complete element tree for a page showing containers, widgets, and nesting

  • create-page

    Create a new WordPress page or post with Elementor enabled

  • add-widget

    Add any widget type to a container on a page

  • update-element

    Update settings on any element (widget or container) by its ID

  • add-heading

    Add a heading widget to a container

  • add-text-editor

    Add a rich text editor widget to a container

  • save-as-template

    Save a page or element as a reusable template

  • apply-template

    Apply a saved template to a page

  • update-global-colors

    Update site-wide color palettes

  • import-template

    Import a JSON template structure into a page

  • export-page

    Export a page's full Elementor data as JSON

Comparable tools

wp-mcp-adapterwordpress-api-mcpheadless-wordpress-mcp

Installation

Installation

  1. Install and activate [Elementor](https://wordpress.org/plugins/elementor/) (version 3.20+).
  2. Install and activate the [WordPress MCP Adapter](https://github.com/WordPress/mcp-adapter) plugin.
  3. Download the latest release zip from the [Releases page](https://github.com/msrbuilds/elementor-mcp/releases/).
  4. In WordPress, go to **Plugins > Add New > Upload Plugin** and upload the downloaded zip file.
  5. Activate the plugin through the **Plugins** menu in WordPress.
  6. Go to **Settings > MCP Tools for Elementor** to configure tools and view connection info.

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
    "mcpServers": {
        "elementor-mcp": {
            "type": "http",
            "url": "https://your-site.com/wp-json/mcp/elementor-mcp-server",
            "headers": {
                "Authorization": "Basic BASE64_ENCODED_CREDENTIALS"
            }
        }
    }
}

Compare elementor-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.