From 3678a6490f78b9def3bd1ff782ec53bea4042a57 Mon Sep 17 00:00:00 2001 From: Faneraiy14 Date: Sun, 30 Aug 2026 08:55:22 +0300 Subject: [PATCH] Add wordpress-mcp to PHP Libraries Using the MCP SDK MCP server for WordPress built on this SDK, exposing site health, posts (list/update), and plugins as tools. Runs as a WordPress plugin serving MCP over the REST API, following the same pattern as the existing Drupal/CakePHP/Kirby entries in this list (native plugin for its target CMS, not a standalone server). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04965f85..30be5081 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ The full documentation is published at **[php.sdk.modelcontextprotocol.io](https - [api-platform/mcp](https://github.com/api-platform/mcp) — MCP integration for API Platform - [bnomei/kirby-mcp](https://github.com/bnomei/kirby-mcp) — MCP server for the Kirby CMS - [drupal/mcp_server](https://www.drupal.org/project/mcp_server) — MCP server for Drupal exposing configuration and entities as MCP elements +- [Faneraiy14/wordpress-mcp](https://github.com/Faneraiy14/wordpress-mcp) — MCP server for WordPress, exposing site health, posts, and plugins as tools - [josbeir/cakephp-synapse](https://github.com/josbeir/cakephp-synapse) — CakePHP plugin exposing application functionality over MCP - [nette/mcp-inspector](https://github.com/nette/mcp-inspector) — MCP server for introspecting Nette applications - [symfony/ai-mate](https://github.com/symfony/ai-mate) — AI development assistant MCP server for Symfony projects