MCP Directory
Back

bricks-mcp-open

by developer2013 · PHP · ★ 74

The most comprehensive open-source MCP server for Bricks Builder — 105 tools for pages, templates, styles, SEO, content, and more.

#ai#bricks-builder#claude#cursor#mcp#model-context-protocol#page-builder#wordpress

Install

git clone https://github.com/developer2013/bricks-mcp-open.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "bricks-mcp-open": {
      "command": "npx",
      "args": [
        "-y",
        "github:developer2013/bricks-mcp-open"
      ]
    }
  }
}

From the README

bash cp -r plugin/ /path/to/wordpress/wp-content/plugins/bricks-api-bridge/ bash cd plugin && zip -r ../bricks-api-bridge.zip . && cd .. wp plugin install bricks-api-bridge.zip --activate bash git clone https://github.com/developer2013/bricks-mcp-open.git cd bricks-mcp-open npm install # or: bun install bash cp .env.example .env env WORDPRESS_URL=https://your-site.com WORDPRESS_USER=your-username WORDPRESS_APP_PASSWORD=xxxx xxxx xxxx xxxx xxxx xxxx json { "mcpServers": { "bricks": { "command": "node", "args": ["/path/to/bricks-mcp-open/index.js"] } } } json {…
Read full README on GitHub →

Related other servers