WordPress MCP Custom Server

WordPress MCP Custom Server

WordPress MCP server with versioned capability-based tools, safe REST write policies, W3C validation, playbooks, SEO checklists, and A/B benchmark reporting for managing WordPress content and sites.

Category
访问服务器

README

WordPress MCP Custom Server

WordPress MCP server with:

  • capability-based versioned tools (*.v1)
  • backward-compatible aliases (old tool names still work)
  • unified error contract
  • request-level observability (requestId, duration, status)
  • retry/timeout HTTP client for WP + W3C requests
  • text playbooks/checklists for repeatable execution
  • A/B benchmark report generator (benchmark-summary.md)
  • write-safety policy for generic REST writes (allowlist + approval + dry-run)

Installation

cd /Users/yanka/dev/wp-mcp-custom
npm install

Required env

  • WP_URL
  • WP_USER
  • WP_APP_PASS

Optional:

  • WP_PROJECT_ROOT for file tools
  • PROJECT_PROFILE_PATH for custom profile location

Project profile

Create project.profile.json in server working directory (or use PROJECT_PROFILE_PATH):

{
  "projectType": "wordpress",
  "capabilities": ["seo", "content", "site", "validation", "files"],
  "limits": {
    "listFilesDefault": 200,
    "listFilesMax": 2000,
    "autofixDefaultMaxFiles": 500,
    "autofixMaxFiles": 5000
  },
  "autofix": {
    "defaultPaths": [
      "wp-content/themes",
      "wp-content/mu-plugins"
    ]
  },
  "http": {
    "timeoutMs": 15000,
    "retries": 2,
    "retryDelayMs": 250,
    "maxRetryDelayMs": 2000
  },
  "safety": {
    "enabled": true,
    "writeMethods": ["POST", "PUT", "DELETE"],
    "allowedWritePathPrefixes": [
      "/wp/v2/posts",
      "/wp/v2/pages",
      "/custom/v1/update-option",
      "/custom/v1/update-yoast"
    ],
    "requireApprovalPathPrefixes": [
      "/wp/v2/settings",
      "/wp/v2/users",
      "/wp/v2/themes",
      "/wp/v2/plugins"
    ]
  }
}

Tool naming

Canonical versioned tools:

  • content.list.v1
  • content.publish.v1
  • content.update_fields.v1
  • site.request.v1
  • site.update_option.v1
  • seo.set_meta.v1
  • project.files.list.v1
  • project.files.read.v1
  • project.files.write.v1
  • validation.w3c.validate_urls_raw.v1
  • validation.w3c.validate_pages.v1
  • validation.w3c.validate_and_recheck.v1
  • validation.w3c.autofix_safe.v1
  • playbook.list.v1
  • playbook.read.v1
  • checklist.seo_landing_audit.v1
  • checklist.w3c_validate_and_fix_plan.v1
  • checklist.multilang_publish.v1
  • benchmark.compare_ab.v1

Backward-compatible aliases still supported:

  • list_posts, create_post_multilang, update_acf_fields
  • wp_request, update_option, update_yoast
  • list_project_files, read_project_file, write_project_file
  • w3c_validate_live_urls_raw, w3c_validate_pages, w3c_validate_and_recheck, w3c_autofix_safe

Playbooks

Stored in /Users/yanka/dev/wp-mcp-custom/playbooks:

  • seo-landing-checklist-v1.md
  • w3c-fix-checklist-v1.md
  • multilang-publish-v1.md

Use:

  • playbook.list.v1
  • playbook.read.v1

Safety behavior for site.request.v1

  • GET requests are allowed.
  • Write methods are checked against safety.allowedWritePathPrefixes.
  • Paths in safety.requireApprovalPathPrefixes require require_approval=true.
  • dry_run=true returns preview without sending request.

Benchmark demo report

Use benchmark.compare_ab.v1 with:

  • runs_prompt_only
  • runs_mcp
  • optional output_path

Output:

  • aggregate metrics
  • per-case comparisons
  • generated markdown report (mcp-benchmarks/benchmark-summary.md by default)

Unified error contract

Every tool error returns:

{
  "code": "INVALID_ARGUMENT",
  "message": "...",
  "details": {},
  "retryable": false,
  "requestId": "..."
}

Tests

npm test

Notes

  • Logs go to stderr as JSON (tool.start, tool.success, tool.error, server.started).
  • Tool schemas use stricter JSON Schema (additionalProperties: false) for stable contracts.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选