MCP Hub
Back to servers

Respira WordPress MCP

172 tools for 11 page builders. Duplicate-before-edit safety with rollback.

Registryglama
Updated
Apr 4, 2026

Quick Install

npx -y @respira/wordpress-mcp-server

Respira — AI Infrastructure for WordPress

Respira WordPress MCP Server

172 MCP tools. 11 page builders. The AI infrastructure layer for WordPress.
Element-level editing, full page creation, HTML-to-builder conversion, stock images, bulk operations — all through one MCP server.

npm version npm downloads 172 Tools 11 Page Builders TypeScript

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

CategoryToolsHighlights
Core WordPress131Pages, posts, media, menus, users, taxonomies, plugins, options
Bricks Intelligence20ACSS, design system, query loops, global classes, typography
WooCommerce21Products, 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

Links

License

MIT © Respira

Reviews

No reviews yet

Sign in to write a review