Shim MCP is a self-contained MCP (Model Context Protocol) server plugin for WordPress. It provides 56 abilities that let any MCP-compatible AI client manage your WordPress site — posts, pages, media, users, plugins, menus, widgets, comments, options, and system settings. The MCP server and every ability ship in the one plugin, so no companion plugins are required.
The MCP protocol layer is derived from the WordPress project’s own MCP Adapter (GPL-2.0), and abilities are registered through WordPress’s Abilities API, which core ships from 6.9. See the Credits section below.
Key features:
Shim MCP builds its MCP protocol layer on two GPL-2.0 projects published by the WordPress project:
includes/Server/ (transport, JSON-RPC routing, session management, tools/resources/prompts handlers, schema transformation, error and observability infrastructure) is derived from it.The 56 abilities, the admin dashboard, the WP-CLI stdio bridge and the packaging are original to this plugin. Full breakdown in CREDITS.md.