Elementor MCP
@aguaitech
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
}
}
}
}ツール
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.
概要
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
—
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント