gutenberg

GitHub

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.

11,744 stars JavaScript 1 file ยท ~3,450 tokens #gutenberg#wordpress#wordpress-plugin

gutenberg MCP Server

MCP server for WordPress/gutenberg

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "gutenberg": {
      "command": "npx",
      "args": [
        "-y",
        "@WordPress/gutenberg"
      ]
    }
  }
}