Block suites integration
MCP for Spectra
Spectra (Ultimate Addons for Gutenberg, uagb/* blocks) is a Gutenberg block library. WP MCP's block tools handle it with no Spectra-specific integration: list-block-types surfaces its blocks, get-block-type exposes their attributes, and add-block / update-block edit them by markup at an index path. Same free Gutenberg surface as core blocks, snapshotted before every write.
What your AI can do
Real Spectra operations, every write reversible.
- Discover Spectra (uagb) blocks through the registry
- Read a Spectra block's attributes
- Insert and update Spectra blocks by markup at a path
- Roll back any block edit, per change or per session
Example prompts
Just ask.
List the Spectra blocks on this site.
Add a Spectra info-box section under the hero on the homepage.
Change the button label in the Spectra call-to-action block.
Under the hood
The real calls.
list-block-types({ search: "uagb" }), Spectra blocks use the uagb namespace
add-block({ id: 20, markup: "<!-- wp:uagb/info-box ... -->", path: [2] }), snapshotted
Frequently asked
Questions, answered.
Why is Spectra covered without a dedicated integration?
Spectra registers standard Gutenberg blocks under the uagb namespace, and WP MCP's block tools work on any registered block and on raw markup. A regression test verifies a non-core block flows through list, inspect, and add, so Spectra is handled like core blocks.
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 GenerateBlocks
FreeBuild and edit GenerateBlocks with WP MCP's universal Gutenberg block tools, no suite-specific setup.
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.