Skip to main content
Glama
aguaitech

Elementor MCP Server

by aguaitech

Elementor MCP サーバー

鍛冶屋のバッジ

Elementor プロジェクトを管理するには、このテンプレート プロジェクトを使用することをお勧めします。

これはElementor用のシンプルなMCPサーバーです。特定のページのElementorデータに対してCRUD操作を実行するために使用されます。

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Elementor MCP Server を自動的にインストールするには:

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

または、 mcp.jsonファイルで MCP サーバーを設定します。環境変数が必要なことに注意してください。

  • WP_URL: 対象 Web サイトの 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"
      }
    }
  }
}

Related MCP server: WordPress MCP Server

ライセンス

このプロジェクトはMITライセンスの下でライセンスされています

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aguaitech/Elementor-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server