Live data from Hacker News

Show HN: WP-MCP – An MCP server to control WordPress

github.com

1–2 of 2 posts

Show HN: WP-MCP – An MCP server to control WordPress

#1
Hi HN,

I built wp-mcp — an MCP (Model Context Protocol) server that exposes WordPress management tools to AI clients. It connects directly to your WordPress database through wp-node, a TypeScript library that mirrors WordPress core CRUD operations. The goal is to let AI agents or CLI tools create, edit, and publish WordPress content without PHP or wp-admin.

What it can do:

- Create and update posts

- Manage users, categories, tags and more

- Move drafts through review → publish flows

- Works via STDIO (for local clients like Claude Desktop) and Streamable HTTP (for remote setups)

Proxy and Transport:

- Includes a lightweight proxy utility that runs as a local MCP endpoint and forwards requests to a remote wp-mcp server

- Useful when your AI client doesn’t fully support remote MCP or OAuth

Under the hood:

- Written entirely in TypeScript

- Uses wp-node for strongly typed access to the WordPress database (MySQL/MariaDB)

- Returns structured responses for AI clients

- Early but stable enough for draft-to-publish automation

Docs and quick-start instructions are in the README. https://github.com/rnaga/wp-mcp

Thanks for checking it out.

Show HN: WP-MCP – An MCP server to control WordPress
github.com

Re: Show HN: WP-MCP – An MCP server to control WordPress

#2
Looks interesting. But note that versioning is inconsistent. For example, on https://www.servbay.com/pricing, the first mention says MariaDB 10.4-11.7 is available, the second mention says 10.4 to 11.8, while the README at https://github.com/ServBay/ServBay/blob/main/README.md states 10.4 to 12.0.