the-wordpress-mcp-server

the-wordpress-mcp-server

1

The WordPress MCP Server facilitates the integration of WordPress sites by enabling the creation, retrieval, and management of posts through the WordPress REST API using the JSON-RPC 2.0 protocol. It supports installation on multiple platforms and enhances security through the use of application passwords.

Overview

WordPress MCP Server is a Model Context Protocol server for WordPress integration. It is compatible with Windows, macOS, and Linux and allows interaction with WordPress sites via the WordPress REST API. This server offers tools to create, retrieve, and update posts using the JSON-RPC 2.0 protocol. It supports methods like create_post, get_posts, and update_post.

Features

  • Create, retrieve, and update WordPress posts.
  • Compatible with Node.js 20.0.0 or higher.
  • Requires WordPress site with REST API enabled and application passwords for authentication.

Security Note

  • It is recommended to use WordPress application passwords instead of main account passwords for enhanced security.