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.
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
Links
License
MIT © Respira