Page builders integration
MCP for Gutenberg
Gutenberg is the block editor that ships with WordPress. WP MCP gives your AI agent surgical control of it: read a post's parsed block tree, inspect block schemas, then insert, update, move, duplicate, or remove blocks by index path, and drop in registered patterns. It operates on the real block document, not string replacement, so everything stays native and editable. This is a free-tier integration.
What your AI can do
Real Gutenberg operations, every write reversible.
- Read a post's block tree with an index path per block
- Insert, update, move, duplicate, and remove blocks precisely
- Drop in registered block patterns
- Inspect block type schemas before editing
- Undo any block edit, per change or per session
Example prompts
Just ask.
Turn the last three paragraphs on /about into a two-column layout with a pull quote.
Insert the FAQ pattern above the footer on every Services page.
Replace the old pricing table block with the new three-tier pattern.
Under the hood
The real calls.
get-post-blocks({ post_id: 12 }), parsed tree with index paths
insert-pattern({ post_id: 12, pattern: "pricing-3col", index: 1 }), snapshotted first
Frequently asked
Questions, answered.
Is Gutenberg editing free?
Yes. Because Gutenberg ships with WordPress, this works on a stock install with no page builder and no paid plan.
How does it avoid mangling markup?
Tools address blocks by index path on the parsed tree, not raw find-and-replace on serialized HTML.
More integrations
MCP for Elementor
ProDeep Elementor page-building from a curated 44-widget catalog, plus global colors and fonts, validated and reversible.
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.
MCP for WooCommerce
FreeRun your live store from a prompt, products, prices, orders, reports, every write snapshotted first.
MCP for Yoast SEO
FreeBulk-edit Yoast metadata across the whole site from a prompt, every change reversible.
MCP for Rank Math
FreeBulk-edit Rank Math metadata across the site from a prompt, reversible by session.