Skip to main content
Glama

WordPress MCP Server

Official
by Automattic

MCP 워드프레스 리모트

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

요구 사항

  • Node.js 버전 22 이상

워드프레스 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

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와 통신할 수 있도록 합니다.

  1. 요구 사항
    1. 워드프레스 MCP 플러그인
        1. 용법
          1. 환경 변수
          2. MCP 클라이언트 구성
        2. @토도

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            This MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
            Last updated -
            2
            Python
            MIT License
          • -
            security
            F
            license
            -
            quality
            This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
            Last updated -
            Python
          • -
            security
            A
            license
            -
            quality
            WooCommerce MCP Server enables interaction with WooCommerce stores through the WordPress REST API. It provides comprehensive tools for managing all aspects of products, orders, customers, shipping, taxes, discounts, and store configuration using JSON-RPC 2.0 protocol.
            Last updated -
            5
            JavaScript
            MIT License
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A 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 -
            409
            2
            TypeScript
            MIT License
            • Apple

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

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