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.

WordPress MCP Server

A Model Context Protocol (MCP) server for WordPress integration, compatible with Windows, macOS, and Linux.

Features

  • Interaction with WordPress sites via REST API
  • Tools for creating, retrieving, and updating posts using JSON-RPC 2.0

Requirements

  • Node.js 20.0.0 or higher
  • WordPress site with REST API enabled
  • WordPress application password for authentication

Available Methods

  • create_post: Create a new WordPress post
  • get_posts: Retrieve WordPress posts
  • update_post: Update an existing WordPress post

Security

It's recommended to use WordPress application passwords instead of your main account password.