워드프레스 MCP
표준화된 인터페이스를 통해 WordPress 기능을 제공하기 위해 모델 컨텍스트 프로토콜(MCP)을 구현하는 WordPress 플러그인입니다. 이 플러그인을 사용하면 AI 모델 및 기타 애플리케이션이 WordPress 사이트와 체계적이고 안전한 방식으로 상호 작용할 수 있습니다.
특징
- 🔒 WordPress 상호 작용을 위한 안전하고 표준화된 인터페이스
- 🤖 AI 친화적 API 엔드포인트
- 🏗️ 사용자 정의 도구, 리소스 및 프롬프트를 위한 확장 가능한 아키텍처
- 🔌 WordPress 기능 API 용 어댑터
- ⚡ 고성능 구현
설치
- https://github.com/Automattic/wordpress-mcp/releases/ 에서 최신 wordpress-mcp.zip을 다운로드하세요.
- 플러그인 파일을
/wp-content/plugins/wordpress-mcp
디렉토리에 업로드합니다. - WordPress의 '플러그인' 메뉴를 통해 플러그인을 활성화하세요.
Settings > MCP
로 이동하여 MCP 기능 및 특징을 활성화합니다.
용법
이 플러그인은 MCP 인터페이스와 상호 작용하기 위한 클라이언트 측 구현을 제공하는 wp-wordpress-remote 와 함께 작동하도록 설계되었습니다. 사용 설명서를 확인하세요.
개발
플러그인 확장
WordPress MCP API를 통해 새로운 구성 요소를 추가하여 플러그인의 기능을 확장할 수 있습니다.
새로운 도구 추가
예를 들어 wp-content/plugins/wordpress-mcp/includes/Tools/
에 정의된 도구를 확인하세요.
리소스 추가
예를 들어 wp-content/plugins/wordpress-mcp/includes/Resources/
에 정의된 리소스를 확인하세요.
프롬프트 추가
wp-content/plugins/wordpress-mcp/includes/Prompts/
에 정의된 프롬프트를 샘플로 확인하세요.
WordPress 기능 API 사용
WordPress Feature API를 확인해 보세요. 이는 서버 및 클라이언트 측 모두에서 WordPress 기능을 표준화되고 검색 가능한 방식으로 제공하는 시스템입니다. 이 플러그인을 활성화하면 Feature를 MCP 도구 및 리소스로 변환합니다.
기여하다
기여를 환영합니다!
지원하다
WordPress MCP에는 광범위한 문서가 있습니다. 자세한 내용은 해당 문서 를 참조하세요.
지원을 원하시면 다음을 클릭하세요.
- GitHub에 이슈를 열어보세요
- 유지 관리자에게 문의하세요
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.
AI 모델과 애플리케이션이 체계적이고 안전한 방식으로 WordPress 사이트와 상호 작용할 수 있도록 모델 컨텍스트 프로토콜을 구현하는 WordPress 플러그인입니다.
Related MCP Servers
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -16TypeScript
- -securityAlicense-qualityImplements a Model Context Protocol server for WordPress that enhances VS Code with WordPress-specific intelligence, including database integration, code completion, and documentation.Last updated -TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.Last updated -Python
- -securityAlicense-qualityA Model Context Protocol plugin that helps AI assistants maintain persistent project context through structured markdown files, providing a systematic approach to tracking project goals, decisions, progress, and patterns.Last updated -9412JavaScriptMIT License