Elementor MCP Server

Integrations

  • Provides CRUD operations for managing Elementor page builder data on WordPress websites, allowing for retrieval and modification of page content created with the Elementor editor.

  • Connects to WordPress websites using application passwords for authentication, enabling interaction with WordPress sites that use Elementor for page building.

Elementor MCP 서버

Elementor 프로젝트를 관리하려면 이 템플릿 프로젝트를 사용하는 것이 좋습니다.

Elementor용 간단한 MCP 서버입니다. 특정 페이지의 Elementor 데이터에 대한 CRUD 작업을 수행하는 데 사용됩니다.

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Elementor MCP Server를 자동으로 설치하려면:

지엑스피1

또는 mcp.json 파일에서 MCP 서버를 구성하세요. 환경 변수는 필수입니다.

  • WP_URL: 대상 웹사이트의 URL입니다.
  • WP_APP_USER: 대상 웹사이트의 사용자 이름입니다. 참고: 애플리케이션 이름이 아니라 대상 웹사이트에 로그인하는 데 사용되는 사용자 이름입니다.
  • WP_APP_PASSWORD: 대상 웹사이트의 애플리케이션 비밀번호입니다. 공백을 남겨 두세요. 대상 웹사이트의 WordPress 대시보드에서 비밀번호를 생성할 수 있습니다. 이 페이지의 "수동 생성" 섹션을 참조하세요.

맥OS / 리눅스

{ "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.

WordPress 페이지의 Elementor 데이터에 대한 CRUD 작업을 가능하게 하는 간단한 서버로, 대상 웹사이트와 상호 작용하려면 WordPress 인증 자격 증명이 필요합니다.

  1. 설치
    1. Smithery를 통해 설치
    2. 맥OS / 리눅스
    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

    ID: 9mur5ns1hw