Unser tolles Logo
OPEN SOURCE · MIT LICENSED

Build Bricks pages
with AI.

bricks-mcp is the most comprehensive open-source MCP server for Bricks Builder. 105 tools that let Claude Code, Cursor & co. drive your pages, templates, styles, SEO and content directly.
$ npx bricks-mcp
▟███████████████████████████████████████████▙
█  ____  ____  ___ ____ _  ______           █
█ | __ )|  _ |_ _/ ___| |/ / ___|   BRICKS █
█ |  _ | |_) || | |   | ' /___           █
█ | |_) |  _ < | | |___| .  ___) |  MCP    █
█ |____/|_| ________|_|_____/          █
▜▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▛
  105 tools · 17 modules · MIT licensed
 bricks-mcp connected and listening
105 tools. 17 modules · Zero lock-in.
WHAT IT DOES

Full programmatic access to Bricks Builder.

Pages

Read, build and patch pages — whole layouts or single elements.

Templates

Manage headers, footers and sections as reusable templates.

Styles

Control theme styles, global classes and design tokens.

SEO

Set titles, meta, OpenGraph and JSON-LD per page.

Content

Manage posts, media and ACF fields straight from your editor.

Media

Upload, compress and place images.
ARCHITECTURE

How it works

01

AI assistant

You work in Claude Code, Cursor or Windsurf.
02

MCP server

bricks-mcp turns your intent into 105 precise tools (stdio).
03

REST bridge

The WordPress plugin receives the calls securely via Basic Auth.
04

WordPress + Bricks

Your page updates live — pixel-perfect.
QUICK START

Up and running in three steps.

1 · Install

git clone https://github.com/developer2013/bricks-mcp-open
cd bricks-mcp-open && bun install

2 · Configure

# .env
WORDPRESS_URL=https://your-site.com
WORDPRESS_USER=admin
WORDPRESS_APP_PASSWORD=xxxx xxxx xxxx

3 · Register

claude mcp add bricks -- bun /path/index.js
# done — just ask your assistant
FAQ

Frequently asked

What is MCP?+
The Model Context Protocol is an open standard that lets AI assistants use external tools. bricks-mcp is one such tool server, built specifically for Bricks Builder.
Do I need the WordPress plugin?+
Yes. The bricks-api-bridge exposes the REST endpoints the server talks to — also open source and included in the repo.
Is it really free?+
Yes, MIT licensed. Free for personal and commercial use. No account, no API key, no limits.
Which AI assistants work?+
Claude Code, Cursor, Windsurf and any MCP-compatible client. Runs on Node.js or Bun.
Is my data safe?+
Everything runs self-hosted between your machine and your WordPress site. No data is sent to third parties.

Open source. Forever.

Read the code, open an issue, or drop a star.
★ View on GitHub