mcp-wp / mcp-server
MCP Server for WordPress
Installs: 10
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
Type:wordpress-plugin
Requires
- php: ^8.2
- logiscape/mcp-sdk-php: ^1.0
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^1.0.0
- php-stubs/wordpress-tests-stubs: dev-master
- phpcompatibility/phpcompatibility-wp: ^2.0
- phpstan/extension-installer: ^1.3
- roave/security-advisories: dev-latest
- szepeviktor/phpstan-wordpress: ^v2.0.1
- wp-coding-standards/wpcs: ^3.0.1
- yoast/phpunit-polyfills: ^4.0.0
This package is auto-updated.
Last update: 2025-04-05 14:08:45 UTC
README
Model Context Protocol server using the WordPress REST API.
Try it by installing and activating the latest nightly build on your own WordPress website:
Description
This WordPress plugin aims to implement the new Streamable HTTP transport, as described in the latest MCP specification.
Under the hood it uses the logiscape/mcp-sdk-php
package to set up a fully functioning MCP server. Then, this functionality is exposed through a new wp-json/mcp/v1/mcp
REST API route in WordPress.
Note: the Streamable HTTP transport is not fully implemented yet and there are no tests. So it might not 100% work as expected.
Usage
Given that no other MCP client supports the new Streamable HTTP transport yet, this plugin works best in companion with the WP-CLI AI command.
- Install plugin
- Install command
- Run
wp mcp server add "mysite" "https://example.com/wp-json/mcp/v1/mcp"
- Run
wp ai "Greet my friend Pascal"
or so
Note: The WP-CLI command also works on a local WordPress installation without this plugin.