Divi MCP Infrastructure

Divi MCP Server - Divi 4 + Divi 5 Support

Respira acts as Divi MCP infrastructure for Divi 4 and Divi 5 structures with module-aware operations and an approval-gated duplicate workflow.

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

Divi MCP use cases

  • Update large Divi module libraries without flattening module metadata.
  • Apply safe campaign-wide copy/media updates across Divi landing pages.
  • Coordinate Divi 4 + Divi 5 operations from one MCP safety workflow.

Safe execution workflow

  1. Read module tree and map AI intent to Divi module context.
  2. Apply edits on duplicate content only and preserve builder fidelity.
  3. Approve final publish after visual and content validation.

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"
      }
    }
  }
}