Gutenberg MCP Infrastructure

Gutenberg MCP Server - WordPress AI Infrastructure

Respira enables Gutenberg MCP block-aware workflows so AI can edit and restructure block content while preserving semantic block behavior.

Independent infrastructure Abilities API compatible Duplicate-first safety Approval gates + rollback

Gutenberg MCP use cases

  • Run block-level content updates across editorial and marketing pages.
  • Preserve heading/media/list semantics during AI-assisted rewrites.
  • Use approvals for publication-ready, duplicate-first editorial workflows.

Safe execution workflow

  1. Read block structure and map requested updates to block types.
  2. Apply edits on duplicate pages with semantic block preservation.
  3. Approve final result and publish when ready.

Setup snippet

Connect your MCP client, verify read access, then run your first duplicate-first edit request.

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