Skip to main content
Glama

Elementor MCP Server

by aguaitech

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 라이선스에 따라 라이선스가 부여되었습니다.

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 작업을 가능하게 하는 간단한 서버로, 대상 웹사이트와 상호 작용하려면 WordPress 인증 자격 증명이 필요합니다.

  1. 설치
    1. Smithery를 통해 설치
    2. 맥OS / 리눅스
    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 -
      6
      71
      JavaScript
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      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 -
      3
      6
      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 -
      245
      75
      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 -
      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