Everything Your AI Agent Needs
Design System First
Section Builder
Reusable Components
Auto-Responsive
Quality Audits
WooCommerce Ready
From Prompt to Production in Minutes
Describe Your Vision
Design System Generated
Pages Come to Life
Audit & Launch
110+ Tools at Your Agent's Disposal
Manage colors with
bricks_create_color_palette, global classes withbricks_create_classes_batch, CSS variables withbricks_create_variables_batch, theme styles withbricks_update_theme_styles, and custom fonts withbricks_upload_font. Build your entire design foundation in minutes.Create pages with
bricks_create_page, add sections withbricks_add_section, insert, update, move, and delete individual elements. Configure SEO, page settings, and set the homepage — all programmatically.Build header and footer templates with
bricks_create_template, set display conditions with scoring, and create popups with custom triggers, animations, and frequency limits.Create reusable components with
bricks_create_componentand configurable properties. Track where components are used, update globally, and maintain consistency across hundreds of pages.Set up query loops for posts, terms, and users. Connect dynamic data tags like
Bricks MCP — Build WordPress Sites with AI,{featured_image_url}, and ACF fields. Build forms with 15+ field types and 8+ submission actions.Run page audits with
bricks_analyze_page, site-wide checks withbricks_audit_site, auto-fix issues, check performance, and ensure every page meets accessibility and SEO standards.
// 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.
- 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
Common Questions
What exactly is Bricks MCP?
Bricks MCP is a Model Context Protocol (MCP) server that exposes 110+ tools for AI agents to build WordPress websites using Bricks Builder. It includes a TypeScript MCP server and a WordPress plugin that provides the REST API bridge.
Which AI agents work with it?
Any MCP-compatible agent — Claude (via Claude Code, Claude Desktop, or API), ChatGPT with function calling, and any custom agent implementing the MCP protocol. It’s model-agnostic.
Do I need to know how to code?
No. You describe your site in plain English — colors, layout, content — and the AI agent handles all the JSON structures, CSS properties, and Bricks element configuration.
Does it replace the Bricks visual editor?
No — it complements it. Use MCP to scaffold pages quickly, then fine-tune in the visual editor. Both approaches work on the same underlying data.
How does responsive design work?
Every section is built with mobile breakpoints. The
bricks_auto_responsivetool can also scan and fix responsive issues across entire pages automatically.Is it free and open source?
Yes. Bricks MCP is MIT-licensed. You need a valid Bricks Builder license ($79+) for your WordPress site.
Can I use it on existing sites?
Absolutely. Bricks MCP reads your existing design system, pages, templates, and content before making any changes. It builds on what you already have.