Bricks MCP Infrastructure

Bricks MCP Server - Deep Intelligence WordPress AI

Respira provides Deep Intelligence for Bricks — 20 dedicated tools covering the full design system lifecycle: global classes CRUD, theme styles, color palette, typography, saved components, cross-site element search, page health diagnostics, Automatic.css integration, query loop discovery, style profile learning, and single-call design system export for AI context.

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

Bricks MCP use cases

  • Search across every page and template for elements by type, class, or setting — audit your entire Bricks site in seconds.
  • Run page health checks to detect orphaned elements, duplicate IDs, broken references, and heading hierarchy issues.
  • Auto-detect and import Automatic.css (ACSS) utility classes into the Bricks global class registry with source tagging.
  • Discover all query loop elements across the site — filter by post type to audit WooCommerce product loops.
  • Analyze a page's design patterns (colors, spacing, typography) and create matching content automatically.
  • Export the complete Bricks design system in one call for AI context — classes, colors, styles, typography, components.
  • Manage Bricks global CSS classes — create, update, and delete design tokens via AI.
  • Insert saved Bricks components/templates into pages with automatic ID remapping.
  • Convert HTML prototypes to native Bricks element structure.

Safe execution workflow

  1. Export the full design system in one call for AI context.
  2. Search elements across the site and run health checks.
  3. Extract element tree, patch with structure-aware operations.
  4. Approve and publish — optimistic locking prevents concurrent overwrites.

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