Skip to main content
Glama

Quick Start

npx -y @respira/wordpress-mcp-server --setup

Auto-detects your AI tool (Claude Code, Cursor, Windsurf, etc.) and writes the MCP config.

Manual Setup

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

What You Get

Category

Tools

Highlights

Core WordPress

131

Pages, posts, media, menus, users, taxonomies, plugins, options

Bricks Intelligence

20

ACSS, design system, query loops, global classes, typography

WooCommerce

21

Products, orders, stock, categories, sales reports

Safety Built In

  • Duplicate-before-edit — every edit creates a draft copy. Live site untouched until approved.

  • Snapshots — automatic version history with one-click rollback.

  • Optimistic locking — content hash validation prevents stale overwrites.

11 Page Builders

Elementor, Divi 4+5, Bricks, Gutenberg, WPBakery, Oxygen, Beaver Builder, Brizy, Visual Composer, Thrive Architect, Breakdance.

26 AI Skills

Pre-built workflows: SEO audits, accessibility scans, technical debt analysis, builder migrations, image optimization, internal link building, and more at respira.press/skills.

Multi-Site (Agencies)

{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": ["-y", "@respira/wordpress-mcp-server"],
      "env": {
        "RESPIRA_CONFIG_FILE": "~/.respira/config.json"
      }
    }
  }
}
{
  "sites": [
    { "url": "https://site1.com", "apiKey": "key1" },
    { "url": "https://site2.com", "apiKey": "key2" }
  ]
}

Requirements

  • Node.js 18+

  • WordPress site with Respira plugin installed

  • API key from wp-admin → Respira → Setup

Changelog

5.5.0 (April 2026)

  • Graceful Sentry profiler initialization

  • Angie bridge error handling for Elementor integration

  • Fixed MCP registry description and public repo

5.4.0 (March 2026)

  • 20 Bricks Deep Intelligence tools (ACSS, design system, query loops)

  • Cross-site element search

  • Optimistic locking with contentHash

  • 172 total tools

5.2.0 (March 2026)

  • 65 new tools — element-level editing, build_page, HTML-to-builder conversion

  • Stock images, tool governance, dynamic schemas for 11 builders

5.0.0 (March 2026)

  • Automatic version history on every edit

  • Changes mode that preserves URLs

  • Storage management

License

MIT © Respira

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/webmyc/respira-wordpress-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server