Claude Integration
Claude + WordPress, with guardrails your team can trust
Use Claude Desktop or Claude Code with the same Respira safety contract. You keep the power of natural language edits without skipping approval and rollback discipline.
Setup
Desktop and CLI paths
- Claude Desktop: open MCP settings and paste the JSON config below.
- Claude Code: run the one-line command shown below.
- Set your site URL and Respira API key.
- Restart Claude session and run a read-only check first.
{
"mcpServers": {
"respira-wordpress": {
"command": "npx",
"args": ["-y", "@respira/wordpress-mcp-server"],
"env": {
"WORDPRESS_URL": "https://yoursite.com",
"WORDPRESS_API_KEY": "respira_your_api_key"
}
}
}
} claude mcp add respira-wordpress -- npx -y @respira/wordpress-mcp-server Command
Optional setup wizard
npx @respira/wordpress-mcp-server --setup Prompt starter
First prompts to run
- "Inspect my Home page and summarize improvement options. No edits yet."
- "Duplicate Home page and change only hero copy + CTA text."
- "Validate duplicate and output approval and rollback checklist."
Why teams choose this path
Claude is strong at longer reasoning chains and structured content plans. Respira keeps those plans safe when they reach a live WordPress workflow.