stefans71_wordpress-mcp-server

stefans71_wordpress-mcp-server

5

The WordPress MCP Server is designed to facilitate the interaction of AI assistants with WordPress sites by leveraging the WordPress REST API. It supports the programmatic management of WordPress content with features such as creating, retrieving, and updating posts securely.

WordPress MCP Server

A Model Context Protocol (MCP) server that allows AI assistants to interact with WordPress sites using the WordPress REST API. It provides features for managing WordPress content programmatically, including creating, retrieving, and updating posts.

Features

  • Create new WordPress posts
  • Retrieve posts with pagination
  • Update existing posts
  • Secure authentication via application passwords
  • Error handling and detailed response messages

Prerequisites

  • Node.js v18 or higher
  • WordPress site with enabled REST API
  • WordPress application password

Installation

  1. Clone the repository
  2. Install dependencies
  3. Build the server

Security Considerations

  • Use HTTPS URLs for WordPress
  • Secure application passwords

Contributions

Contributions are welcome through pull requests.