Open Source • 110+ MCP Tools

Build WordPress Sites with AI, Not Clicks.

Bricks MCP connects AI agents directly to Bricks Builder. Design systems, responsive pages, templates, WooCommerce stores — all generated programmatically through natural language.
// One tool call → Full responsive hero section
bricks_add_section({
  page_id: 42,
  section: { type: "section", children: [...] }
})

✓ Section added: 12 elements created
✓ Global classes applied: 8 classes
✓ Responsive breakpoints: 5 configured
0
+
MCP Tools
0
Wireframe Categories
0
Guided Prompts
0
%
WordPress Native

Everything Your AI Agent Needs

From design tokens to WooCommerce templates, every tool your AI agent needs to build production-ready sites.

Design System First

Colors, variables, global classes, theme styles — all created before a single element is placed. Zero inline styles.

Section Builder

Build pages section by section with hierarchical JSON. The Translator handles Bricks’ flat format automatically.

Reusable Components

Define a component once with configurable properties. Use it everywhere — update once, changes propagate.

Auto-Responsive

Every grid, padding, and font size gets responsive breakpoints. The auto-responsive tool handles the rest.

Quality Audits

Built-in analysis checks heading hierarchy, color contrast, class usage, accessibility, and SEO.

WooCommerce Ready

Full WooCommerce template support — product pages, shop grids, cart, checkout, account flows.

From Prompt to Production in Minutes

01

Describe Your Vision

Tell the AI what you want: layout, colors, content, functionality. Plain English.
02

Design System Generated

The agent builds your color palette, typography scale, spacing variables, and reusable classes.
03

Pages Come to Life

Sections are assembled with proper hierarchy, responsive rules, global classes, and native Bricks elements.
04

Audit & Launch

Auto-responsive pass, quality audit, SEO configuration — then publish to production.

110+ Tools at Your Agent's Disposal

// Step 1: Create a global class
bricks_create_global_class({
  name: "heading-section",
  settings: {
    _typography: {
      font-size: "40px",
      font-weight: "700",
      color: { hex: "#F5F5F7" }
    }
  }
})

// Step 2: Use in a section
bricks_add_section({
  page_id: 42,
  section: {
    type: "section",
    children: [{
      type: "heading",
      settings: { tag: "h2", text: "Features" },
      globalClasses: ["heading-section"]
    }]
  }
})

Write JSON. Get Pixels.

Every Bricks MCP tool accepts structured JSON and translates it into native Bricks elements. The Style Mapper normalizes CSS properties, the Translator builds the element tree, and the Validator catches errors before they reach your site.
  • Hierarchical JSON → flat Bricks elements
  • Auto-remaps 50+ CSS property aliases
  • Responsive breakpoints in every section
  • Global class resolution by name

Built for Every Workflow

Agency Production

Build client sites 10x faster. AI handles repetitive layout work — you focus on creative direction and strategy.

Rapid Prototyping

Go from wireframe to working Bricks page in minutes. Iterate designs through conversation, not click-drag.

Design System Management

Maintain consistency across 50+ page sites. Every color, class, and component managed from a single source of truth.

Learning Bricks

New to Bricks Builder? Let the AI scaffold your first site while you learn how elements and classes work.

E-commerce Launch

Full WooCommerce store setup — product templates, shop grids, cart, checkout — all through MCP tools.

Common Questions

Ready to Build with AI?

Install the WordPress plugin, connect your AI agent, and start building production-ready sites in minutes.