wordpress-mcp-server

wordpress-mcp-server

66

The WordPress MCP Server provides a streamlined way to manage WordPress content using the JSON-RPC 2.0 protocol. It facilitates tasks like creating and updating posts through a REST API, simplifying WordPress site management for developers.

What is the purpose of the WordPress MCP Server?

The WordPress MCP Server is designed to facilitate interaction with WordPress sites through the REST API, allowing users to manage content programmatically using JSON-RPC 2.0.

How do I configure the server with my WordPress credentials?

You can configure the server by adding your WordPress credentials as environment variables in the MCP settings file or by providing them directly in the request parameters.

What are the prerequisites for using the WordPress MCP Server?

You need Node.js 20.0.0 or higher, a WordPress site with REST API enabled, and a WordPress application password for authentication.

Can I use my main WordPress account password for authentication?

For security reasons, it is recommended to use a WordPress application password instead of your main account password.

What methods are available in the WordPress MCP Server?

The server provides methods for creating, retrieving, and updating WordPress posts, such as create_post, get_posts, and update_post.