WordPress MCP
一个 WordPress 插件,它实现了模型上下文协议 (MCP) ,并通过标准化接口公开 WordPress 功能。此插件使 AI 模型和其他应用程序能够以结构化且安全的方式与 WordPress 网站交互。
特征
🔒 用于 WordPress 交互的安全且标准化的界面
🤖 AI 友好的 API 端点
🏗️ 自定义工具、资源和提示的可扩展架构
🔌 WordPress 功能 API适配器
⚡ 高性能实施
Related MCP server: WordPress Standalone MCP Server
安装
从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 上打开一个问题
联系维护人员
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
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/wordpress-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
