mcp-expose-abilities
by bjornfix·★ 25·综合分 44
WordPress MCP服务器,提供61个核心能力和12个插件,支持AI代理进行内容、SEO和网站管理。
概述
MCP Expose Abilities是一个WordPress插件,通过模型上下文协议(MCP)暴露WordPress功能,使AI助手能够直接与WordPress站点交互。它采用模块化架构,包含66个核心WordPress能力和12多个专业插件,支持Elementor、GeneratePress、Cloudflare、Rank Math和Wordfence等流行工具。该插件允许AI代理执行真实的WordPress工作,包括内容创建、菜单更新、媒体管理、插件操作和安全检查,将重复的WordPress维护工作从手动苦工转变为自动化工作流。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果你已经在使用 WordPress,并希望 AI 代理直接管理内容、插件和网站操作,而不需要在聊天和 wp-admin 之间复制粘贴工作流程,请选择此方案。
什么时候不要选它
如果你需要管理非 WordPress 网站,或者不愿意安装多个依赖插件(Abilities API、MCP Adapter)来获得可用系统,请不要选择此方案。
此 server 暴露的工具
从 README 抽取出 12 个工具content/list-postsList posts with filtering by status, category, author, search
content/get-postGet single post by ID or slug
content/create-postCreate new post, including featured_image_id
content/update-postUpdate existing post, including featured_image_id
content/delete-postDelete post (trash or permanent)
content/patch-postFind/replace in post content
content/list-pagesList pages with filtering
content/get-pageGet single page by ID or slug
content/create-categoryCreate new category
content/list-categoriesList all categories
plugins/search-directorySearch the official WordPress.org plugin directory
plugins/install-directoryInstall WordPress.org plugins by slug
可对比工具
安装
安装步骤
- 安装并激活必需的插件:
- Abilities API: https://github.com/WordPress/abilities-api/releases/latest - MCP Adapter: https://github.com/WordPress/mcp-adapter
- 从[发布页面](https://github.com/bjornfix/mcp-expose-abilities/releases)下载最新版本
- 通过WordPress管理后台 → 插件 → 添加新 → 上传插件上传
- 激活插件
- (可选)安装特定功能的插件
Claude Desktop配置
添加到你的claude_desktop_config.json:
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": ["@modelcontextprotocol/server-wordpress"],
"env": {
"WORDPRESS_URL": "https://your-site.com",
"WORDPRESS_USERNAME": "your-username",
"WORDPRESS_APPLICATION_PASSWORD": "your-app-password"
}
}
}
}FAQ
- 支持哪些WordPress版本?
- 需要WordPress 6.9+和PHP 8.0+。已测试兼容WordPress 6.9。
- 我需要安装所有插件吗?
- 不需要。只需为您实际使用的工具安装相应的插件。大多数站点只需要一两个插件。
mcp-expose-abilities 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。