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.
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.
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.
More integrations
MCP for Kadence Blocks
FreeBuild and edit Kadence blocks with WP MCP's universal Gutenberg block tools, no suite-specific setup.
MCP for Spectra
FreeBuild and edit Spectra (UAGB) blocks with WP MCP's universal Gutenberg block tools.
MCP for Elementor
ProDeep Elementor page-building from a curated 44-widget catalog, plus global colors and fonts, validated and reversible.
MCP for Gutenberg
FreeSurgical block-editor editing by index path, free, no page builder required.
MCP for Bricks
ProRead and write Bricks Builder content over MCP, a page builder most MCP tools can't touch.
MCP for Divi
ProRead and write Divi content over MCP, builder-aware, snapshotted, reversible.