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
—
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论