Builder integration · Breakdance

Run an MCP server for Breakdance.

Element tree reads + writes for Breakdance Free and Pro. Knows the difference between Elements, Global Blocks, and Global Styles.

Respira gives AI coding agents a structure-aware way to read and write Breakdance content through a duplicate-first workflow. Every write is snapshotted. Every change can be reviewed before going live.

Live status

What ships today for Breakdance

Everything below is read from this repo at build time: tool registrations come from the MCP server adapter files; changelog entries are filtered from the same source the /releases timeline uses.

Tools

uses core tools

Latest touch

7.0.22

May 15, 2026

Releases

31

touching Breakdance

Support

Full support

level

Last 5 releases mentioning Breakdance

View all 31 releases that touched Breakdance →

What works

Capabilities shipped today

Concrete features in the current MCP server release. Tool names link directly to the adapter.

  • Element tree reads return the actual Breakdance JSON, not just rendered HTML.
  • Per-element writes through the structure-aware patch path preserve children and attributes.
  • Global Blocks: list, insert by reference, swap underlying definition — references on every page auto-update.
  • Global Styles (colors, typography, sizes) read + write through Respira-managed options where Breakdance doesn't expose a native API.
  • Snapshot before every write; rollback through the standard recovery tools.
  • Breakdance Headers and Footers (theme builder) listed and assignment rules readable.

Known limits

Where you still need a human pass

Honest list of edges. If you hit one of these, the snapshot workflow gives you a clean rollback path.

  • Some Breakdance Pro display conditions (cookie-based, query-based) read but only the simple ones (logged-in, role, post type) write today.
  • WooCommerce-specific Breakdance elements work for content edits; deeper Woo product-loop tuning still goes through the Breakdance UI.
  • Form Builder submissions are visible through respira_list_custom_posts; the form configuration itself is read-only via the MCP.

Tools

Breakdance uses the universal toolset

Breakdance edits run through Respira's universal tools: respira_find_element, respira_update_element, respira_update_page (for full-page replacement only), respira_get_snapshot, and respira_create_page_duplicate. See the complete tool catalog.

Example prompts

Three prompts you can paste right now

Each one assumes Respira is connected to your WordPress site through the MCP server below. Copy a prompt, paste into your MCP client, run.

Audit Global Block usage

List every Breakdance Global Block on the site, what pages reference it, and how many times each is used. Output a markdown table.

Swap a Global Block site-wide

Replace every reference to Global Block "cta-old" with "cta-2026" across all published pages. Snapshot each page first and show me the diff.

Update a global color

Change the Breakdance global color "brand-primary" from its current value to #1f6feb. Tell me how many pages and Global Blocks will visually change.

Setup

Connect Respira's MCP server

Drop this into your MCP client config (Claude Desktop, Cursor, Codex, Windsurf — any MCP-compatible client). Generate an API key from your Respira dashboard first.

Breakdance MCP server config

{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": ["-y", "@respira/wordpress-mcp-server"],
      "env": {
        "WORDPRESS_URL": "https://yoursite.com",
        "WORDPRESS_API_KEY": "respira_your_api_key_here"
      }
    }
  }
}

Other builder MCPs

Connect a Breakdance site to Respira in two minutes.

Free trial, no card. Edit your site from your favorite AI coding assistant through a snapshot-protected MCP server.