Elementor MCP Server
Perform CRUD operations on Elementor page data for a target WordPress website.
Elementor MCP Server
We recommand you to use this template project to manage your Elementor project.
This is a simple MCP server for Elementor. It is used to perform CRUD operations on the Elementor data for a given page.
Installation
Installing via Smithery
To install Elementor MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @aguaitech/Elementor-MCP --client claude
Or configure the MCP server in your mcp.json file. Note that the environment variables are required.
- WP_URL: The URL of the target website.
- WP_APP_USER: The username of the target website. Note: it's the username to log in to the target website, not the application name.
- WP_APP_PASSWORD: The application password of the target website, keep the space. You can create one in the target website's WordPress dashboard, see Generating Manually Section in this page.
MacOS / Linux
{
"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"
}
}
}
}
Windows
{
"mcpServers": {
"Elementor MCP": {
"command": "cmd",
"args": ["/c", "npx", "-y", "elementor-mcp"],
"env": {
"WP_URL": "https://url.of.target.website",
"WP_APP_USER": "wordpress_username",
"WP_APP_PASSWORD": "Appl icat ion_ Pass word"
}
}
}
}
License
This project is licensed under the MIT License
Server Terkait
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Command Server
A server for securely executing commands on the host system, requiring Java 21 or higher.
Pprof Analyzer
Analyze Go pprof performance profiles (CPU, heap, goroutine, etc.) and generate flamegraphs.
DeepView MCP
Enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's 1M context window.
MCP Installer
Set up MCP servers in Claude Desktop
Bruno MCP Server
Execute Bruno collections using the Bruno CLI, with support for environment files and detailed test results.
ui-ticket-mcp
Human-to-AI code review bridge. Review UI prototypes in the browser, then let AI agents fix the code automatically via MCP.
MCP Manager
An interactive CLI tool for managing MCP server configurations in the current directory.
symbolica-mcp
A scientific computing server for symbolic math, data analysis, and visualization using popular Python libraries like NumPy, SciPy, and Pandas.
MCP Inspector
A developer tool for testing and debugging MCP servers with a web-based UI.
MCP Server Starter Template
A starter template for building Model Context Protocol (MCP) servers, designed for UI libraries and component registries.
