WordPress
OfficialThe official WordPress MCP Adapter (under the WordPress GitHub org) is a PHP library and plugin from the 'AI Building Blocks for WordPress' initiative. It bridges WordPress's Abilities API (introduced in WordPress 6.9) to MCP, automatically converting every registered ability into MCP tools, resources, and prompts so AI clients can discover and invoke core, plugin, and theme functionality. Auth is WordPress login or Application Passwords for HTTP; transports include HTTP, STDIO, and custom. It supersedes the now-archived Automattic/wordpress-mcp plugin.
Configuration
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wordpress"
],
"env": {
"WORDPRESS_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.
Related Servers
Quick Stats
Author
WordPress
Official
Tags
AgenticSkills Audit
Automated framework checks. Deep code review tracked separately. Read the methodology →
Deep framework checks (OAuth 2.1 / PKCE implementation, input validation, sandboxing) require human source review and are tracked separately. This scorecard covers programmatically verifiable signals only.