Leonelberio_the-wordpress-mcp-server
The project is a Model Context Protocol server that integrates with WordPress to enable JSON-RPC interactions, specifically for creating, retrieving, and updating posts. It supports multiple operating systems and ensures secure communication through recommended use of application passwords.
Overview
This project is a Model Context Protocol (MCP) server facilitating integration with WordPress via the REST API. It allows users to create, retrieve, and update posts using the JSON-RPC 2.0 protocol. Compatible with Windows, macOS, and Linux, the server requires Node.js 20.0.0 or higher and a WordPress site with REST API enabled. Features include methods for creating posts (create_post
), getting posts (get_posts
), and updating posts (update_post
). Security is enhanced by recommending the use of WordPress application passwords.