The conversion goal is not just a ZIP file. It is a successful first MCP response from the user's own WordPress site.
We send the versioned ZIP link plus the first-session setup path. The direct link remains visible below for transparency, but the recommended path captures the lead and moves them into setup.
This fallback is intentionally visible. The URL includes ?v=3.4.0 so browsers and proxies do not serve an older latest.zip.
https://updates.mcpwp.net/mcpwp-latest.zip?v=3.4.0Upload the ZIP inside WordPress and activate it.
Plugins -> Add New -> Upload Plugin -> Activate
Use the same resolved URL in managed environments.
wp plugin install 'https://updates.mcpwp.net/mcpwp-latest.zip?v=3.4.0' --activate
Standardize scopes and first-run checks before enabling writes.
Read-only first -> inspect tools -> enable writes
Start read-only or with tightly scoped categories.
Add the WordPress MCP endpoint to Codex, Claude Code, Cursor, or another MCP client.
Ask the client to list site info and available tools before any update.
"mcpwp": {
"url": "https://your-site.com/wp-json/mcpwp/v1/mcp",
"headers": { "X-API-Key": "mcpwp_your_scoped_key" }
}Release source: https://updates.mcpwp.net/version.json
Raw package URL: https://updates.mcpwp.net/mcpwp-latest.zip