返回市场
元素生成器-MCP

元素生成器-MCP

作者:aguaitech18 星标更新:2025-05-14

项目介绍

【技术文档摘要】: MseeP.ai 安全评估徽章

Elementor MCP 服务器

smithery 徽章

我们推荐您使用 此模板项目 来管理您的 Elementor 项目。

这是一个用于 Elementor 的简单 MCP 服务器。它用于对给定页面的 Elementor 数据执行 CRUD 操作。

安装

通过 Smithery 安装

要通过 Smithery 自动安装 Elementor MCP 服务器到 Claude Desktop:

npx -y @smithery/cli install @aguaitech/Elementor-MCP --client claude

或者在您的 mcp.json 文件中配置 MCP 服务器。请注意需要环境变量。

  • WP_URL:目标网站的 URL。
  • WP_APP_USER:目标网站的用户名。注意:这是登录目标网站的用户名,而不是应用程序名称。
  • WP_APP_PASSWORD:目标网站的应用程序密码,保留空格。您可以在目标网站的 WordPress 控制台中创建一个,参见 本页的手动生成部分

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"
      }
    }
  }
}

许可证

本项目采用 MIT 许可证