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.
Divi MCP Infrastructure
Respira acts as Divi MCP infrastructure for Divi 4 and Divi 5 structures with module-aware operations and an approval-gated duplicate workflow.
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"
}
}
}
}