Make WordPress Development More Efficient
Direct access to WordPress official documentation from Claude Desktop. 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
Supported Handbooks
Usage Examples
Claude Desktop Configuration:
{
"mcpServers": {
"wordpress-handbook": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.digitalcu.be/sse"
]
}
}
}
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