MCP Catalogs
首页elementor-mcp screenshot

elementor-mcp

by msrbuilds·318·综合分 52

WordPress 插件,为 Elementor 添加 97 个 MCP 工具,支持 AI 驱动的页面设计管理。

developer-toolsecommerceproductivity
79
Forks
10
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这个 MCP 服务器通过模型上下文协议 (MCP) 将 Elementor 页面构建器与 AI 系统集成。它提供全面的工具,用于查询、创建和操作 WordPress 页面和 Elementor 设计。该插件提供广泛的功能,包括小部件管理、模板处理、主题定制和动态内容集成。它专门针对希望通过 AI 代理自动化 WordPress 网站创建和维护工作流程的设计师和开发人员。

试试问 AI

装完之后,这里有 4 个你可以让 AI 做的事:

:AI 辅助使用 Elementor 创建 WordPress 网站
:程序化页面设计和内容管理
:自动化模板生成以保持品牌一致性
:跨多个网站的批量页面更新

什么时候选它

如果您使用WordPress和Elementor,并且需要通过AI代理对页面设计进行程序化控制,请选择此MCP服务器。

什么时候不要选它

如果您不使用WordPress或Elementor,或者需要更直接的数据库访问,则不适合使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • list-widgets

    List all registered widget types with names, titles, icons, categories, and keywords

  • get-page-structure

    Get the complete element tree for a page showing containers, widgets, and nesting

  • create-page

    Create a new WordPress page or post with Elementor enabled

  • add-widget

    Add any widget type to a container on a page

  • update-element

    Update settings on any element (widget or container) by its ID

  • add-heading

    Add a heading widget to a container

  • add-text-editor

    Add a rich text editor widget to a container

  • save-as-template

    Save a page or element as a reusable template

  • apply-template

    Apply a saved template to a page

  • update-global-colors

    Update site-wide color palettes

  • import-template

    Import a JSON template structure into a page

  • export-page

    Export a page's full Elementor data as JSON

可对比工具

wp-mcp-adapterwordpress-api-mcpheadless-wordpress-mcp

安装

安装

  1. 安装并激活 [Elementor](https://wordpress.org/plugins/elementor/) (版本 3.20+)。
  2. 安装并激活 [WordPress MCP Adapter](https://github.com/WordPress/mcp-adapter) 插件。
  3. 从 [发布页面](https://github.com/msrbuilds/elementor-mcp/releases/) 下载最新的 zip 文件。
  4. 在 WordPress 中,转到 **插件 > 添加新 > 上传插件** 并上传下载的 zip 文件。
  5. 通过 WordPress 中的 **插件** 菜单激活插件。
  6. 转到 **设置 > 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。