Elementor MCP
@aguaitech
About Elementor MCP
This is a simple MCP server for Elementor. It is used to perform CRUD operations on the Elementor data for a given page.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
7Creates a new page in WordPress with Elementor data, it will return the created page ID.
Retrieves a specific page from WordPress by its ID, including meta fields like _elementor_data.
Downloads a specific page from WordPress by its ID, including meta fields like _elementor_data, and saves it to a file.
Updates an existing page in WordPress with Elementor data, it will return a boolean value to indicate if the update was successful.
Updates an existing page in WordPress with Elementor data from a file, it will return a boolean value to indicate if the update was successful.
Deletes a specific page from WordPress, it will return a boolean value to indicate if the deletion was successful.
Retrieves the ID of a specific WordPress page by its slug.
Overview
What is Elementor MCP?
Elementor MCP is a simple Model Context Protocol server for performing CRUD operations on Elementor data for a given WordPress page. It is intended for developers managing Elementor layouts programmatically via MCP-compatible clients.
How to use Elementor MCP?
Configure the server in your MCP client's mcp.json file with the command npx -y elementor-mcp (on Windows use cmd /c npx -y elementor-mcp). Set the environment variables WP_URL, WP_APP_USER, and WP_APP_PASSWORD to point to the target WordPress site and authenticate using an application password.
Key features of Elementor MCP
- Performs CRUD operations on Elementor data for a given page
- Works with any WordPress site running Elementor
- Authenticates via WordPress application passwords
- Runs via npx with no permanent installation required
- Configurable through environment variables
Use cases of Elementor MCP
—
FAQ from Elementor MCP
—
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 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,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments