Download

Get MCPWP v3.4.0 and complete your first connection.

The conversion goal is not just a ZIP file. It is a successful first MCP response from the user's own WordPress site.

Conversion step

Email yourself the current package.

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.

Fallback

Need the file immediately?

Direct versioned ZIP

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.0
Download MCPWP v3.4.0
Install

Continue from download into setup.

WordPress admin upload

Upload the ZIP inside WordPress and activate it.

Plugins -> Add New -> Upload Plugin -> Activate
WP-CLI install

Use the same resolved URL in managed environments.

wp plugin install 'https://updates.mcpwp.net/mcpwp-latest.zip?v=3.4.0' --activate
Agency rollout

Standardize scopes and first-run checks before enabling writes.

Read-only first -> inspect tools -> enable writes
First session

Make the first MCP response the actual conversion event.

01Create a scoped key

Start read-only or with tightly scoped categories.

02Connect your client

Add the WordPress MCP endpoint to Codex, Claude Code, Cursor, or another MCP client.

03Inspect before writes

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