Skip to main content
Glama

MCP 워드프레스 리모트

mcp-wordpress-remote 패키지는 로컬 모델 컨텍스트 프로토콜(MCP) 클라이언트와 원격 WordPress MCP 서버를 연결하는 브리지 역할을 합니다. npx를 활용하면 글로벌 설치 없이도 이 패키지를 실행할 수 있어 설정 과정이 간소화됩니다.

요구 사항

  • Node.js 버전 22 이상

Related MCP server: Lodestar MCP Server

워드프레스 MCP 플러그인

WordPress 웹사이트에 wordpress-mcp 플러그인을 설치하고, 설정 > MCP 설정에서 MCP 기능을 활성화해야 합니다.

  1. 대부분의 클라이언트는 SSE 또는 Streamable 통신 프로토콜을 지원하지 않습니다.

  2. 효율성이 향상되었습니다. 이 프록시는 웹사이트와의 연결을 유지하지 않으며, 필요할 때만 웹사이트에 간단한 REST API 요청을 보냅니다.

  3. Oauth2.1은 아직 WordPress에서 바로 사용할 수 없습니다.

  4. WordPress API 비밀번호와 WooCommerce REST API 고객 키 및 비밀을 통한 보안

  5. 사용하기 쉽습니다. 아래 설치 지침을 참조하세요.

용법

환경 변수

다음 환경 변수가 필요합니다.

  • WP_API_URL : WordPress 사이트의 URL(예: https://example.com )

  • WP_API_USERNAME : WordPress 사용자 이름

  • WP_API_PASSWORD : WordPress 애플리케이션 비밀번호

  • WOO_CUSTOMER_KEY : WooCommerce 고객 키(선택 사항, WooCommerce MCP 자산을 사용하려는 경우)

  • WOO_CUSTOMER_SECRET : WooCommerce 고객 비밀번호(선택 사항, WooCommerce MCP 자산을 사용하려는 경우)

  • LOG_FILE : 로그 파일의 선택적 전체 경로

MCP 클라이언트 구성

클로드 데스크탑

Claude Desktop에 MCP 서버를 추가하려면 다음 위치에 있는 구성 파일을 편집해야 합니다.

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

구성 예:

지엑스피1

https://woocommerce.com/document/woocommerce-rest-api/

커서

구성 파일은 ~/.cursor/mcp.json 에 있습니다.

구성 예:

{ "mcpServers": { "wordpress-mcp": { "command": "npx", "args": ["-y", "@automattic/mcp-wordpress-remote@latest"], "env": { "WP_API_URL": "https://your-wordpress-site.com", "WP_API_USERNAME": "your-username", "WP_API_PASSWORD": "your-password", "WOO_CUSTOMER_KEY": "your-woo-customer-key", "WOO_CUSTOMER_SECRET": "your-woo-customer-secret", "LOG_FILE": "optional full path to the log file" } } } }

VS 코드

구성 파일은 작업 공간/폴더의 .vscode/mcp.json 내부에 생성할 수 있습니다.

{ "servers": { "wordpress-mcp": { "type": "stdio", "command": "npx", "args": ["-y", "@automattic/mcp-wordpress-remote@latest"], "env": { "WP_API_URL": "https://your-wordpress-site.com", "WP_API_USERNAME": "your-username", "WP_API_PASSWORD": "your-password", "WOO_CUSTOMER_KEY": "your-woo-customer-key", "WOO_CUSTOMER_SECRET": "your-woo-customer-secret", "LOG_FILE": "optional full path to the log file" } } } }

VS Code 및 MCP에 대한 자세한 내용은 VS Code 문서 에서 확인할 수 있습니다.

@토도

현재 이 패키지는 초기 개발 단계에 있습니다. 제안, 버그 리포트, PR 등 어떤 의견이든 환영합니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

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/Automattic/mcp-wordpress-remote'

If you have feedback or need assistance with the MCP directory API, please join our Discord server