Elementor MCP Server

Integrations

  • Provides CRUD operations for managing Elementor page builder data on WordPress websites, allowing for retrieval and modification of page content created with the Elementor editor.

  • Connects to WordPress websites using application passwords for authentication, enabling interaction with WordPress sites that use Elementor for page building.

Elementor MCP 服务器

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

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

安装

通过 Smithery 安装

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

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

视窗

{ "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 许可证

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

一个简单的服务器,可以对 WordPress 页面的 Elementor 数据进行 CRUD 操作,需要 WordPress 身份验证凭据才能与目标网站进行交互。

  1. 安装
    1. 通过 Smithery 安装
    2. MacOS / Linux
    3. 视窗
  2. 执照

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      Enables AI assistants to interact with WordPress sites through the WordPress REST API. Supports multiple WordPress sites with secure authentication, enabling content management, post operations, and site configuration through natural language.
      Last updated -
      18
      31
      MIT License
    • A
      security
      A
      license
      A
      quality
      An advanced web browsing server enabling headless browser interactions via a secure API, providing features like navigation, content extraction, element interaction, and screenshot capture.
      Last updated -
      6
      9
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A server allowing interaction with Reddit via the public API, enabling browsing frontpage posts, retrieving subreddit details, and reading post comments through a Model Context Protocol.
      Last updated -
      8
      30
      Python
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      A server that enables interaction with WordPress sites through REST API, allowing users to create, retrieve, and update posts using JSON-RPC 2.0 protocol.
      Last updated -
      1
      JavaScript
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    ID: 9mur5ns1hw