Elementor WordPress MCP Server
@Huetarded
About Elementor WordPress MCP Server
MCP server for interacting with Elementor and WordPress through natural language
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wp-elementor-mcp": {
"command": "npx",
"args": [
"wp-elementor-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Elementor WordPress MCP Server?
A Model Context Protocol (MCP) server that gives AI assistants the ability to manage WordPress content, posts, pages, media, and Elementor templates through the WordPress REST API. It is built for developers and content managers who want to control WordPress sites programmatically via AI chat interfaces.
How to use Elementor WordPress MCP Server?
Install via NPX (npx wp-elementor-mcp) or clone the repository and run npm start. Configure connection using environment variables (WORDPRESS_BASE_URL, WORDPRESS_USERNAME, WORDPRESS_APPLICATION_PASSWORD) or with the configure_wordpress tool. Then use the provided tools (e.g., create_post, upload_media, update_elementor_data) through an MCP client like Claude Desktop.
Key features of Elementor WordPress MCP Server
- Full CRUD for WordPress posts and pages
- Create, read, and update real Elementor content
- Automatic detection between posts and pages
- Rich content creation with headings, text, buttons, images
- Convert regular content into Elementor-powered pages
- Upload and manage the WordPress media library
Use cases of Elementor WordPress MCP Server
- Publish blog posts and pages via AI chat commands
- Build and update Elementor layouts without using the editor UI
- Convert existing WordPress content into Elementor pages
- Upload and manage media files programmatically
- Bulk edit or retrieve post/page metadata through natural language
FAQ from Elementor WordPress MCP Server
What are the prerequisites?
Node.js 18 or higher, a WordPress site with REST API enabled, a WordPress application password, and the Elementor plugin (for Elementor-specific features).
How do I authenticate with my WordPress site?
Use environment variables (WORDPRESS_BASE_URL, WORDPRESS_USERNAME, WORDPRESS_APPLICATION_PASSWORD) in your MCP client configuration, or call the configure_wordpress tool with your credentials manually.
Do I need Elementor Pro for all features?
Elementor template features require Elementor Pro, but get_elementor_data and update_elementor_data work with both posts and pages without Pro.
What should I do if Elementor functions timeout?
Ensure you are using version 1.2.2 or later. Also verify that Elementor is activated, up to date, and that your site’s REST API is accessible.
Where does the data live?
All content remains on your WordPress site. The server connects to your WordPress instance via the REST API; no data is stored locally on the MCP server.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments