Integrations
Integrates with Automattic services as the package is published under the @automattic namespace and references their wordpress-mcp plugin.
Provides access to WooCommerce functionality through its REST API using customer keys and secrets for authentication.
Serves as a bridge between local MCP clients and remote WordPress servers, enabling communication with WordPress sites via their REST API.
MCP 워드프레스 리모트
mcp-wordpress-remote 패키지는 로컬 모델 컨텍스트 프로토콜(MCP) 클라이언트와 원격 WordPress MCP 서버를 연결하는 브리지 역할을 합니다. npx를 활용하면 글로벌 설치 없이도 이 패키지를 실행할 수 있어 설정 과정이 간소화됩니다.
워드프레스 MCP 플러그인
WordPress 웹사이트에 wordpress-mcp 플러그인을 설치하고, 설정 > MCP 설정에서 MCP 기능을 활성화해야 합니다.
왜
- 대부분의 클라이언트는 SSE 또는 Streamable 통신 프로토콜을 지원하지 않습니다.
- 효율성이 향상되었습니다. 이 프록시는 웹사이트와의 연결을 유지하지 않으며, 필요할 때만 웹사이트에 간단한 REST API 요청을 보냅니다.
- Oauth2.1은 아직 WordPress에서 바로 사용할 수 없습니다.
- WordPress API 비밀번호와 WooCommerce REST API 고객 키 및 비밀을 통한 보안
- 사용하기 쉽습니다. 아래 설치 지침을 참조하세요.
용법
환경 변수
다음 환경 변수가 필요합니다.
WP_API_URL
: WordPress 사이트의 URL(예:https://example.com
)WP_API_USERNAME
: WordPress 사용자 이름WP_API_PASSWORD
: WordPress API 비밀번호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
에 있습니다.
구성 예:
@토도
현재 이 패키지는 초기 개발 단계에 있습니다. 제안, 버그 리포트, PR 등 어떤 의견이든 환영합니다.
This server cannot be installed
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.
로컬 MCP 클라이언트와 WordPress 웹사이트 간의 브리지 역할을 하며, 열린 연결을 유지하는 대신 간단한 REST API 요청을 통해 WordPress와 통신할 수 있도록 합니다.
Related MCP Servers
- -securityAlicense-qualityAn MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.Last updated -668TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that helps novice developers deploy web applications through conversational interfaces, bridging the gap between LLMs and various hosting environments.Last updated -1PythonMIT License
- -securityAlicense-qualityA proxy service that connects MCP clients to remote MCP servers, allowing users to use server keys from MCP.so to access remote resources without running their own server.Last updated -5,0622TypeScriptMIT License
- -securityAlicense-qualityA 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 -1JavaScriptMIT License