Skip to main content
Glama

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

ライセンス

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

Install Server
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 操作を可能にするシンプルなサーバー。対象の Web サイトと対話するには WordPress 認証資格情報が必要です。

  1. インストール
    1. Smithery経由でインストール
    2. macOS / Linux
    3. ウィンドウズ
  2. ライセンス

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      interact with your WordPress site (s) using this MCP WordPress Server 100% created with Cline. If you use Cline you can have it evaluate the code by pointing it to the repository and asking if the code is safe to use. See the READ.me for a detailed overview. Enjoy!
      Last updated 7 months ago
      5
      70
      JavaScript
      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 4 months ago
      5
      1
      JavaScript
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      Acts as a bridge between local MCP clients and WordPress websites, enabling communication with WordPress through simple REST API requests rather than keeping open connections.
      Last updated a month ago
      234
      71
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A lightweight, configurable server that fetches coding guidelines, security rules, and validation patterns from external sources to help development teams maintain code quality standards in WordPress projects.
      Last updated 2 days ago
      3
      5
      TypeScript
      MIT License

    View all related MCP servers

    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