The WordPress
CreatedLeonelberio
Enables interaction with WordPress sites through the WordPress REST API using JSON-RPC 2.0.
About
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).
Key Features
- Supports environment variable or request parameter configuration for WordPress credentials
- Uses WordPress application passwords for enhanced security
- Uses JSON-RPC 2.0 protocol for communication
- Creates, retrieves, and updates WordPress posts
- 1 GitHub stars
- Compatible with Windows, macOS, and Linux
Use Cases
- Automating WordPress content creation
- Programmatically managing WordPress posts through JSON-RPC
- Integrating WordPress with other systems using a standardized protocol