MCP.so
ログイン
E

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.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

aguaitech

投稿者

YUE ZHAO

設定

以下の設定を使って、このサーバーを 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"
      }
    }
  }
}

ツール

7

Creates 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

コメント

「その他」の他のコンテンツ