Respira For Wordpress MCP Server

172 MCP tools for WordPress. Native page builder support for 12 builders. The MCP server behind Respira for WordPress.

Local serverstdioGo

What is the Respira For Wordpress MCP server?

172 MCP tools for WordPress. Native page builder support for 12 builders. The MCP server behind Respira for WordPress. That is what the respira for wordpress mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

180+ MCP tools. 12 page builders. Context-aware tool filtering. The AI infrastructure layer for WordPress.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • respira_list_bricks_global_classes — List all global CSS classes with settings
  • respira_create_bricks_global_class — Create a new global CSS class
  • respira_update_bricks_global_class — Update an existing global class (merge)
  • respira_delete_bricks_global_class — Delete a global class by ID
  • respira_get_bricks_theme_styles — Get site-wide theme style configuration
  • respira_update_bricks_theme_styles — Update theme styles (full replace)
  • respira_get_bricks_color_palette — Get color palette groups
  • respira_update_bricks_color_palette — Update color palette (full replace)
  • respira_get_bricks_typography — Get global CSS variables and typography scales
  • respira_update_bricks_typography — Update global variables and categories
  • respira_list_bricks_components — List all Bricks templates/components
  • respira_get_bricks_component — Get a component with full element structure

Getting it running

@respira/wordpress-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Respira For Wordpress's toolset — respira_list_bricks_global_classes, respira_create_bricks_global_class, respira_update_bricks_global_class and 11 more — is a fair guide to whether it matches your workflow. It is maintained by webmyc; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Respira For Wordpress.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
respira_list_bricks_global_classesList all global CSS classes with settings
respira_create_bricks_global_classCreate a new global CSS class
respira_update_bricks_global_classUpdate an existing global class (merge)
respira_delete_bricks_global_classDelete a global class by ID
respira_get_bricks_theme_stylesGet site-wide theme style configuration
respira_update_bricks_theme_stylesUpdate theme styles (full replace)
respira_get_bricks_color_paletteGet color palette groups
respira_update_bricks_color_paletteUpdate color palette (full replace)
respira_get_bricks_typographyGet global CSS variables and typography scales
respira_update_bricks_typographyUpdate global variables and categories
respira_list_bricks_componentsList all Bricks templates/components
respira_get_bricks_componentGet a component with full element structure
respira_apply_bricks_componentInsert a component into a page with ID remapping
respira_search_bricks_elements**NEW** Search across all pages by element type, class, or setting

How to install the Respira For Wordpress MCP server

{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": ["-y", "@respira/wordpress-mcp-server"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Respira For Wordpress to respira list bricks global classes.
  • Use Respira For Wordpress to respira create bricks global class.
  • Use Respira For Wordpress to respira update bricks global class.

Frequently asked questions

It connects Respira For Wordpress to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (respira_list_bricks_global_classes, respira_create_bricks_global_class, respira_update_bricks_global_class, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Respira For Wordpress directly.