Enables interaction with WordPress sites through the WordPress REST API using JSON-RPC 2.0.
The WordPress server provides a Model Context Protocol (MCP) interface for interacting with WordPress sites. It allows users to create, retrieve, and update posts using the WordPress REST API via JSON-RPC 2.0 protocol. Configuration can be done through environment variables or request parameters, offering flexibility in how WordPress credentials are provided. It supports essential WordPress operations like creating, reading and updating posts, and is designed for cross-platform compatibility (Windows, macOS, and Linux).