WordPress 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 功能和特性
用法
此插件旨在与wp-wordpress-remote配合使用,后者提供了与 MCP 界面交互的客户端实现。请查看使用说明。
发展
扩展插件
您可以通过 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 功能 API - 一个以标准化、可发现的方式向服务器和客户端公开 WordPress 功能的系统。启用后,此插件会将功能转换为 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.
一个实现模型上下文协议的 WordPress 插件,使 AI 模型和应用程序能够以结构化和安全的方式与 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