Bricks MCP Infrastructure

Bricks MCP Server - WordPress AI Infrastructure

Respira supports Bricks MCP operations with element-aware extraction and deterministic patching so AI can edit production pages safely.

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

Bricks MCP use cases

  • Update Bricks element content while keeping nested layout structure intact.
  • Run redesign passes on duplicated Bricks pages before live release.
  • Maintain predictable patching for component-heavy Bricks templates.

Safe execution workflow

  1. Extract Bricks element tree and target editable nodes.
  2. Patch duplicate with structure-aware operations.
  3. Approve and publish after review checkpoints.

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