Get the plugin
WP MCP/Integrations/Block suites

Block suites integration

MCP for GenerateBlocks

GenerateBlocks is a lightweight Gutenberg block library. WP MCP's block tools handle it with no dedicated adapter: list-block-types surfaces the generateblocks/* blocks, get-block-type exposes their attributes, and add-block / update-block edit them by markup. It is the same free Gutenberg surface that handles core blocks, and every edit is snapshotted first.

list-block-typesget-block-typeadd-blockupdate-blockinsert-pattern

What your AI can do

Real GenerateBlocks operations, every write reversible.

  • Discover GenerateBlocks blocks through the registry
  • Read a GenerateBlocks block's attributes
  • Insert and update GenerateBlocks by markup at a path
  • Roll back any block edit, per change or per session

Example prompts

Just ask.

List the GenerateBlocks blocks registered on this site.

Add a GenerateBlocks container with a heading and a button to /contact.

Update the text in the first GenerateBlocks block on the About page.

Under the hood

The real calls.

wpmcp, generateblocks

list-block-types({ search: "generateblocks" })

update-block({ id: 8, path: [0], markup: "<!-- wp:generateblocks/headline ... -->" }), snapshotted

Frequently asked

Questions, answered.

Do I need a GenerateBlocks add-on for WP MCP?

No. GenerateBlocks registers standard Gutenberg blocks, so WP MCP's universal block tools cover it the same way they cover core blocks. A regression test locks in that any non-core block flows through list, inspect, and add.

Point your AI at GenerateBlocks.

Release notes, straight to your inbox.

One email per release, what shipped, what's verified, what's production-only. No drip campaigns. Unsubscribe in one click.