MCP Catalogs
首页

mcp-expose-abilities

by bjornfix·25·综合分 44

WordPress MCP服务器,提供61个核心能力和12个插件,支持AI代理进行内容、SEO和网站管理。

developer-toolsproductivityweb-scraping
6
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

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命令更新菜单、媒体和插件设置
:执行网站维护任务,如SEO优化和安全检查
:支持哪些WordPress版本?
:我需要安装所有插件吗?

什么时候选它

如果你已经在使用 WordPress,并希望 AI 代理直接管理内容、插件和网站操作,而不需要在聊天和 wp-admin 之间复制粘贴工作流程,请选择此方案。

什么时候不要选它

如果你需要管理非 WordPress 网站,或者不愿意安装多个依赖插件(Abilities API、MCP Adapter)来获得可用系统,请不要选择此方案。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • content/list-posts

    List posts with filtering by status, category, author, search

  • content/get-post

    Get single post by ID or slug

  • content/create-post

    Create new post, including featured_image_id

  • content/update-post

    Update existing post, including featured_image_id

  • content/delete-post

    Delete post (trash or permanent)

  • content/patch-post

    Find/replace in post content

  • content/list-pages

    List pages with filtering

  • content/get-page

    Get single page by ID or slug

  • content/create-category

    Create new category

  • content/list-categories

    List all categories

  • plugins/search-directory

    Search the official WordPress.org plugin directory

  • plugins/install-directory

    Install WordPress.org plugins by slug

可对比工具

wordpress-mcp-serverwp-cli-mcpheadless-wordpress-mcp

安装

安装步骤

  1. 安装并激活必需的插件:

- Abilities API: https://github.com/WordPress/abilities-api/releases/latest - MCP Adapter: https://github.com/WordPress/mcp-adapter

  1. 从[发布页面](https://github.com/bjornfix/mcp-expose-abilities/releases)下载最新版本
  2. 通过WordPress管理后台 → 插件 → 添加新 → 上传插件上传
  3. 激活插件
  4. (可选)安装特定功能的插件

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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。