Skip to main content
Glama

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

Related MCP server: WordPress MCP Server

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.

Latest Blog Posts

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