Skip to main content
Glama

Elementor MCP Server

by aguaitech

Elementor MCP-сервер

Мы рекомендуем вам использовать этот шаблон проекта для управления вашим проектом Elementor.

Это простой MCP-сервер для Elementor. Он используется для выполнения CRUD-операций над данными Elementor для заданной страницы.

Установка

Установка через Smithery

Чтобы автоматически установить Elementor MCP Server для Claude Desktop через Smithery :

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

Или настройте сервер MCP в файле mcp.json . Обратите внимание, что переменные среды обязательны.

  • 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.

Простой сервер, который позволяет выполнять операции CRUD с данными Elementor для страниц WordPress, требуя учетных данных аутентификации 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

    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