Back to Apps

Bricks MCP
Supports UIby developer2013
Comprehensive MCP server for Bricks Builder with 100+ tools for managing pages, templates, styles, and SEO directly via AI.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
Connects AI assistants to WordPress sites using Bricks Builder. It allows the AI to read, update, and build pages, manage templates, and handle complex SEO tasks via a dedicated REST API bridge plugin.
Tools
bricks_connection_test: Verifies connectivity to the WordPress site.page_update: Patches or updates specific Bricks page content.seo_audit: Performs a page-level SEO audit and can auto-fix missing meta descriptions.style_update: Modifies global color palettes and CSS variables.snapshot_create: Creates named backups of pages before making design changes.template_clone: Clones existing Bricks templates for rapid page creation.
Installation
Install the Bricks API Bridge plugin on WordPress, create an Application Password, and add this to your claude_desktop_config.json:
{
"mcpServers": {
"bricks": {
"command": "node",
"args": ["/path/to/bricks-mcp-open/index.js"],
"env": {
"WORDPRESS_URL": "https://your-site.com",
"WORDPRESS_USER": "your-username",
"WORDPRESS_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, Cursor, Windsurf, and Hermes Agent.
Quick install
npm install bricks-mcpInformation
- Pricing
- free
- Published
- 6/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to .cursor/mcp.json: { "mcpServers": { "bricks": { "command": "node", "args": ["/path/to/bricks-mcp-open/index.js"] } } }Windsurf
Add to mcp_config.json: { "mcpServers": { "bricks": { "command": "node", "args": ["/path/to/bricks-mcp-open/index.js"] } } }Claude Desktop
{
"mcpServers": {
"bricks": {
"command": "node",
"args": ["/path/to/bricks-mcp-open/index.js"],
"env": {
"WORDPRESS_URL": "https://your-site.com",
"WORDPRESS_USER": "your-username",
"WORDPRESS_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx"
}
}
}
}





