Servers
E
Elementor MCP
@aguaitech
This is a simple MCP server for Elementor. It is used to perform CRUD operations on the Elementor data for a given page.
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
—