elementor-mcp
by msrbuilds·★ 318·综合分 52
WordPress 插件,为 Elementor 添加 97 个 MCP 工具,支持 AI 驱动的页面设计管理。
概述
这个 MCP 服务器通过模型上下文协议 (MCP) 将 Elementor 页面构建器与 AI 系统集成。它提供全面的工具,用于查询、创建和操作 WordPress 页面和 Elementor 设计。该插件提供广泛的功能,包括小部件管理、模板处理、主题定制和动态内容集成。它专门针对希望通过 AI 代理自动化 WordPress 网站创建和维护工作流程的设计师和开发人员。
试试问 AI
装完之后,这里有 4 个你可以让 AI 做的事:
什么时候选它
如果您使用WordPress和Elementor,并且需要通过AI代理对页面设计进行程序化控制,请选择此MCP服务器。
什么时候不要选它
如果您不使用WordPress或Elementor,或者需要更直接的数据库访问,则不适合使用。
此 server 暴露的工具
从 README 抽取出 12 个工具list-widgetsList all registered widget types with names, titles, icons, categories, and keywords
get-page-structureGet the complete element tree for a page showing containers, widgets, and nesting
create-pageCreate a new WordPress page or post with Elementor enabled
add-widgetAdd any widget type to a container on a page
update-elementUpdate settings on any element (widget or container) by its ID
add-headingAdd a heading widget to a container
add-text-editorAdd a rich text editor widget to a container
save-as-templateSave a page or element as a reusable template
apply-templateApply a saved template to a page
update-global-colorsUpdate site-wide color palettes
import-templateImport a JSON template structure into a page
export-pageExport a page's full Elementor data as JSON
可对比工具
安装
安装
- 安装并激活 [Elementor](https://wordpress.org/plugins/elementor/) (版本 3.20+)。
- 安装并激活 [WordPress MCP Adapter](https://github.com/WordPress/mcp-adapter) 插件。
- 从 [发布页面](https://github.com/msrbuilds/elementor-mcp/releases/) 下载最新的 zip 文件。
- 在 WordPress 中,转到 **插件 > 添加新 > 上传插件** 并上传下载的 zip 文件。
- 通过 WordPress 中的 **插件** 菜单激活插件。
- 转到 **设置 > MCP Tools for Elementor** 配置工具并查看连接信息。
Claude Desktop 配置
添加到 claude_desktop_config.json:
{
"mcpServers": {
"elementor-mcp": {
"type": "http",
"url": "https://your-site.com/wp-json/mcp/elementor-mcp-server",
"headers": {
"Authorization": "Basic BASE64_ENCODED_CREDENTIALS"
}
}
}
}elementor-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。