WordPress MCP管理工具 是 AI Skill Hub 本期精选MCP工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
基于MCP协议的WordPress内容管理服务器,为Claude AI提供WordPress CMS系统的完整管理能力。支持文章、页面、分类等内容操作,适合需要AI辅助管理WordPress站点的开发者和内容运营团队。
WordPress MCP管理工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
基于MCP协议的WordPress内容管理服务器,为Claude AI提供WordPress CMS系统的完整管理能力。支持文章、页面、分类等内容操作,适合需要AI辅助管理WordPress站点的开发者和内容运营团队。
WordPress MCP管理工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/docdyhr/mcp-wordpress
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"wordpress-mcp----": {
"command": "npx",
"args": ["-y", "mcp-wordpress"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 WordPress MCP管理工具 执行以下任务... Claude: [自动调用 WordPress MCP管理工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"wordpress_mcp____": {
"command": "npx",
"args": ["-y", "mcp-wordpress"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
| Role | Access |
|---|---|
| **Administrator** | Full access to all functions |
| **Editor** | Posts, pages, comments, media |
| **Author** | Own posts and media |
| **Contributor** | Own posts (drafts only) |
| **Subscriber** | Read only |
1️⃣ Generate WordPress Application Password
WordPress Admin → Users → Profile → Application Passwords → Add New
2️⃣ Install MCP Server (Choose One)
Option A: DXT Extension (Easiest)
```bash
curl -L https://github.com/docdyhr/mcp-wordpress/releases/latest/download/mcp-wordpress.dxt -o mcp-wordpress.dxt
**Option B: NPM Global Install**
bash npm install -g mcp-wordpress
**3️⃣ Test Your Connection**
text In Claude: "Test my WordPress connection" Response: "✅ Authentication successful! Connected to: Your Site Name" ```
npm run setup ```
Get up and running in under 5 minutes:
💬 "Create a new blog post about AI trends with SEO optimization"
💬 "Check my WordPress site performance and provide optimization recommendations"
💬 "Find all draft posts older than 30 days and provide a summary"
💬 "Batch update all client sites with the new privacy policy footer"
💬 "List all posts from my client-blog site"
Single Site (.env)
WORDPRESS_SITE_URL=https://myblog.com
WORDPRESS_USERNAME=admin
WORDPRESS_APP_PASSWORD=xxxx xxxx xxxx xxxx xxxx xxxx
Claude Desktop Config
{
"mcpServers": {
"mcp-wordpress": {
"command": "npx",
"args": ["-y", "mcp-wordpress"],
"env": {
"WORDPRESS_SITE_URL": "https://myblog.com",
"WORDPRESS_USERNAME": "admin",
"WORDPRESS_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx"
}
}
}
}
📖 Complete Configuration Guide — multi-site, JWT, Docker, production environments
Easiest installation - just 2 clicks!
1. Download: mcp-wordpress.dxt (3.4MB) 2. Install: Claude Desktop → Extensions → Install → Select DXT file 3. Configure: Enter your WordPress site URL and credentials
✅ Zero command line required ✅ Easy updates ✅ Built-in security
```bash
npm run health # System check
DEBUG=true npm run dev # Debug logging
npm run fix:rest-auth # Fix WordPress 401 errors
| Error | Solution |
|---|---|
401 Unauthorized | Regenerate application password |
403 Forbidden | Check user role (Editor+ required) |
404 Not Found | Verify WORDPRESS_SITE_URL |
Connection Timeout | Check WordPress REST API access |
本项目是最全面的 WordPress MCP 服务器,使用 AI 工具如 Claude Desktop 来管理 WordPress 站点。
本 MCP 服务器具备以下核心功能:WordPress 管理(59 个工具,跨 10 个类别)、多站点支持、无限 WordPress 安装管理、灵活的身份验证(App 密码、JWT、基本身份验证、API 密钥)和实时同步。
环境依赖与系统要求:WordPress 5.6+(REST API 启用)、Claude Desktop 最新版本、WordPress 应用密码(从 WordPress 管理面板生成)
安装步骤:1. 生成 WordPress 应用密码;2. 安装 MCP 服务器(选择一种方式:DXT 扩展、npm 全局安装或源码安装);3. 测试连接。
快速入门:配置示例、真实世界用例、内容创作和管理、站点管理和分析
配置说明:MCP 配置、环境变量、关键参数
API/接口说明:测试 REST API 直接访问
工作流 / 模块说明:推荐使用 Claude Desktop 扩展(DXT),最简单的安装方式,仅需 2 个点击
中文 FAQ 摘要:常见问题和解决方案
实用的MCP集成工具,为Claude扩展WordPress管理能力。代码活跃,文档完整,适合AI驱动的内容管理场景。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,WordPress MCP管理工具 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | mcp-wordpress |
| 原始描述 | 开源MCP工具:MCP Server to manage a Wordpress CMS system.。⭐92 · JavaScript |
| Topics | WordPressCMS管理Claude集成内容编辑开源 |
| GitHub | https://github.com/docdyhr/mcp-wordpress |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-05-20 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端