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.
WPBakery MCP Infrastructure
Respira provides WPBakery MCP support for shortcode-heavy sites where safe AI operations need structure-aware reads and controlled updates.
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"
}
}
}
}