The WordPress MCP Adapter plugin exposes a WordPress site as an MCP server. Combined with Automattic’s @automattic/mcp-wordpress-remote package, Claude Code can create and edit posts, manage pages, and interact with WordPress directly from a session.
Architecture
Claude Code
└── stdio
└── npx @automattic/mcp-wordpress-remote
└── HTTPS (Application Password auth)
└── WordPress REST API (/wp-json/mcp/...)
└── MCP Adapter plugin
└── WordPress Abilities API
Requirements
- WordPress 6.9+
- Node.js (installed via nvm)
- MCP Adapter plugin activated on the WordPress site