Elementor MCP Infrastructure

Elementor MCP Server - WordPress AI Infrastructure

Respira provides Elementor MCP workflows with widget-aware reads and controlled writes. AI changes stay inside duplicate-first approval flow before publish.

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

Elementor MCP use cases

  • Bulk update Elementor sections and widget copy without breaking layout hierarchy.
  • Refresh conversion pages while preserving global styles and reusable templates.
  • Run safe content experiments on duplicated pages before approving live publish.

Safe execution workflow

  1. Read Elementor structure and identify target widgets/containers.
  2. Create duplicate and apply widget-aware patch instructions.
  3. Review diff and approve publish when fidelity checks pass.

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