WPBakery MCP Infrastructure

WPBakery MCP Server - WordPress AI Infrastructure

Respira provides WPBakery MCP support for shortcode-heavy sites where safe AI operations need structure-aware reads and controlled updates.

Independent infrastructure Abilities API compatible Duplicate-first safety Approval gates + rollback

WPBakery MCP use cases

  • Refresh legacy shortcode pages without damaging shortcode composition.
  • Standardize CTA and offer copy across large WPBakery estates.
  • Use duplicate-first approval workflow for high-risk client pages.

Safe execution workflow

  1. Read shortcode structure and identify editable segments.
  2. Apply changes to duplicated page artifacts.
  3. Approve publish after QA and rollback checks.

Setup snippet

Connect your MCP client, verify read access, then run your first duplicate-first edit request.

{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": ["-y", "@respira/wordpress-mcp-server"],
      "env": {
        "WORDPRESS_URL": "https://yoursite.com",
        "WORDPRESS_API_KEY": "respira_your_api_key"
      }
    }
  }
}