Elementor WordPress MCP Server
@Huetarded
About Elementor WordPress MCP Server
MCP server for interacting with Elementor and WordPress through natural language
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments