Elementor

v1.0.0Business Applicationsstable

WordPress plugin that turns Elementor into an MCP server — 97 AI-ready tools for building, editing, and managing page designs programmatically.

elementormcp-serverwordpresswordpress-plugin
Share:
346
Stars
0
Downloads
0
Weekly
0/5

What is Elementor?

Elementor is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to wordpress plugin that turns elementor into an mcp server — 97 ai-ready tools for building, editing, and managing page designs programmatically.

WordPress plugin that turns Elementor into an MCP server — 97 AI-ready tools for building, editing, and managing page designs programmatically.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • WordPress plugin that turns Elementor into an MCP server — 9

Use Cases

Edit WordPress pages programmatically.
Build and manage page designs.
Access 97 AI-ready design tools.
msrbuilds

Maintainer

LicenseGPL-3.0
Languagephp
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx elementor

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Elementor

Elementor MCP is a WordPress plugin that turns an Elementor-powered site into a fully programmable MCP server, exposing up to 119 AI-ready tools that cover the entire page-building workflow. AI assistants can create and edit pages, manage layouts and containers, add and configure widgets, apply global styles, inject custom CSS/JS, and even build complete pages from declarative JSON — all without touching the WordPress admin UI. Web developers and agencies use it to let Claude design and modify Elementor pages programmatically, dramatically accelerating content production and design iteration.

Prerequisites

  • WordPress installation with Elementor plugin version 3.20 or newer
  • WordPress MCP Adapter plugin installed and activated
  • A WordPress Application Password for authentication (generated at Users > Profile > Application Passwords)
  • An MCP client such as Claude Desktop, Claude Code, Cursor, or Windsurf
1

Install the Elementor MCP plugin

Download the latest release ZIP from the GitHub releases page, then upload and activate it via WordPress admin at Plugins > Add New > Upload Plugin.

2

Install the WordPress MCP Adapter plugin

The Elementor MCP plugin requires the WordPress MCP Adapter plugin as a dependency. Install and activate it from the WordPress plugin directory or the adapter's repository.

3

Generate a WordPress Application Password

Go to Users > Profile in your WordPress admin, scroll to the Application Passwords section, create a new application password named 'elementor-mcp', and copy the generated password.

4

Configure the MCP client using the Node.js proxy

For remote or shared hosting setups, use the @msrbuilds/emcp-proxy package. This handles session management automatically. Set WP_URL, WP_USERNAME, and WP_APP_PASSWORD in the env block.

{
  "mcpServers": {
    "elementor-mcp": {
      "command": "npx",
      "args": ["-y", "@msrbuilds/emcp-proxy@latest"],
      "env": {
        "WP_URL": "https://your-site.com",
        "WP_USERNAME": "admin",
        "WP_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx"
      }
    }
  }
}
5

Alternatively, use direct HTTP transport

For clients that support HTTP MCP transport, connect directly to the WordPress REST API endpoint with a Basic auth header. Base64-encode 'username:app-password' for the Authorization value.

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

Verify the connection and available tools

After restarting your MCP client, confirm that the elementor-mcp tools are listed. You should see 62–119 tools depending on which Elementor addons are installed. Check the EMCP Tools dashboard in WordPress admin for connection details.

Elementor Examples

Client configuration

Node.js proxy configuration for Claude Desktop. This is the recommended approach for most hosting environments as it handles authentication and session management automatically.

{
  "mcpServers": {
    "elementor-mcp": {
      "command": "npx",
      "args": ["-y", "@msrbuilds/emcp-proxy@latest"],
      "env": {
        "WP_URL": "https://your-wordpress-site.com",
        "WP_USERNAME": "admin",
        "WP_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx",
        "MCP_LOG_FILE": "/tmp/elementor-mcp.log"
      }
    }
  }
}

Prompts to try

These prompts work after the elementor-mcp server is connected to your WordPress site.

- "List all pages on my WordPress site and show me which ones use Elementor"
- "Create a new landing page called 'Summer Sale 2025' with a hero section, feature grid, and contact form"
- "Update the heading text on the home page hero section to 'Welcome to Our New Site'"
- "Apply the 'Primary Blue' global color to all button widgets on page ID 42"
- "Build a complete About Us page from this JSON spec and publish it"

Troubleshooting Elementor

401 Unauthorized when connecting via HTTP

Ensure the Application Password is copied exactly as shown (with spaces). When using Basic auth, Base64-encode the string 'username:app-password' (include the spaces in the password). Verify the WordPress user has the 'edit_posts' capability.

Protocol version mismatch error

The server uses MCP protocol version 2025-06-18 but some clients default to 2024-11-05. Set the MCP_PROTOCOL_VERSION environment variable to match your client's supported version, or update your MCP client to a recent release.

Only 62 tools visible instead of 119

The full 119 tools requires Elementor Pro plus WooCommerce integration plugins. Free Elementor provides 62 tools. If you have Pro installed, check the EMCP Tools dashboard to ensure all tool groups are enabled.

Frequently Asked Questions about Elementor

What is Elementor?

Elementor is a Model Context Protocol (MCP) server that wordpress plugin that turns elementor into an mcp server — 97 ai-ready tools for building, editing, and managing page designs programmatically. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Elementor?

Follow the installation instructions on the Elementor GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Elementor?

Elementor works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Elementor free to use?

Yes, Elementor is open source and available under the GPL-3.0 license. You can use it freely in both personal and commercial projects.

Elementor Alternatives — Similar Business Applications Servers

Looking for alternatives to Elementor? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "elementor": { "command": "npx", "args": ["-y", "elementor"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Elementor?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides