wordpress-mcp
WordPress MCP — This repository will be deprecated as stable releases of mcp-adapter become available. Please use https://github.com/WordPress/mcp-adapter for ongoing development and support.
Links
README
From the repo.
WordPress MCP (Deprecated)
This repository is deprecated and archived. It is no longer maintained, and it is not the recommended way to add MCP support to WordPress.
For current setup instructions and documentation, see developer.wordpress.com/docs/mcp.
Ongoing development happens in these projects:
- mcp-adapter: the canonical plugin and Composer package for MCP integration in WordPress.
- Abilities API: moving into WordPress Core as of version 6.9.
The code in this repository remains available for historical reference only. Do not use it for new installations.
Collected info
- ★ 944 stars
- ⎇ 139 forks
- Language: PHP
- Source updated: 9/18/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.