Make WordPress Development More Efficient

Direct access to WordPress official documentation from any MCP client. Seamlessly search and retrieve from 7 handbooks with our MCP server.

Key Features

📚

7 Official Handbooks

Access Plugin, Theme, REST API, Block Editor, Common APIs, Coding Standards, and Advanced Administration handbooks

🔍

Fast Search Functionality

Document search within each handbook with pagination and sorting capabilities

Cache Optimization

High-speed responses and performance optimization using Cloudflare Cache API

Usage Examples

Claude Desktop Configuration:

{
  "mcpServers": {
    "wordpress-handbook": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.digitalcu.be/sse"
      ]
    }
  }
}

Cursor Install Link:

cursor://anysphere.cursor-deeplink/mcp/install?name=wordpress-handbook&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJtY3AtcmVtb3RlIiwiaHR0cHM6Ly9tY3AuZGlnaXRhbGN1LmJlL3NzZSJdfQ==

Usage Example:

Claude: "Search for WordPress plugin security best practices"
→ Uses search_wporg_plugin_handbook tool to search Plugin Handbook

Claude: "How to handle custom post types with WordPress REST API?"
→ Uses search_wporg_rest-api_handbook tool to search REST API Handbook