Install
$ agentstack add mcp-mcp-wp-mcp-server ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
MCP Server for WordPress
[](https://github.com/mcp-wp/mcp-server/pulse/monthly) [](https://codecov.io/gh/mcp-wp/mcp-server) [](https://github.com/mcp-wp/mcp-server/blob/main/LICENSE)
Model Context Protocol server using the WordPress REST API.
Try it by installing and activating the latest nightly build on your own WordPress website:
[](https://mcp-wp.github.io/mcp-server/mcp.zip)
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.
- Run
wp plugin install --activate https://github.com/mcp-wp/mcp-server/archive/refs/heads/main.zip - Run
wp plugin install --activate ai-services - Run
wp package install mcp-wp/ai-command:dev-main - 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.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mcp-wp
- Source: mcp-wp/mcp-server
- License: Apache-2.0
- Homepage: https://mcp-wp.github.io/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.