Claude + WordPress
Respira gives Claude safe write access to WordPress with duplicate-before-edit, approvals, rollback, audit logs, and page-builder intelligence.
Setup modes
Claude Desktop (GUI)
- Open Claude Desktop.
- Open Claude settings, then MCP/Developer settings.
- Open the MCP config file (
claude_desktop_config.json). - Paste the JSON config below.
- Replace site URL and API key.
- Restart Claude Desktop.
Claude Code (CLI)
- Open terminal in your project.
- Run the command below exactly as shown.
- Keep
--in the middle; it separates name/options from launch command. - Restart your Claude Code session.
{
"mcpServers": {
"respira-wordpress": {
"command": "npx",
"args": ["-y", "@respira/wordpress-mcp-server"],
"env": {
"WORDPRESS_SITE_URL": "https://yoursite.com",
"WORDPRESS_API_KEY": "respira_your_api_key"
}
}
}
} claude mcp add respira-wordpress -- npx -y @respira/wordpress-mcp-server Optional: install MCP package first
npm i @respira/wordpress-mcp-server Why Respira over raw WordPress MCP?
- Duplicate-before-edit protects your live pages.
- Review-first approvals happen in WordPress admin.
- Rollback + audit log + security validation are built in.
- Builder-aware editing for Elementor, Divi, Gutenberg, Bricks, and more.
First 3 prompts to try
- "Read my Home page structure and summarize improvements. No edits yet."
- "Duplicate Home and update only the hero copy."
- "Validate duplicate and give me an approval checklist."