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ライセンスの下でライセンスされています