

The Publishio Guide page in the WordPress dashboard — lists available AI setup guides.
Publishio connects any AI assistant — ChatGPT, Claude, or any tool that supports the Model Context Protocol (MCP) — directly to your WordPress site, so you can create and publish pages and posts just by chatting.
Publishio is not an AI itself. It is the bridge between the AI you already use and your WordPress site. The key difference from generic AI content tools is that Publishio builds everything from your site’s own block patterns — the patterns your designers already created. Your layout, spacing, colours, and brand stay exactly as intended, because the AI assembles pages from your approved building blocks rather than inventing new markup.
That means editors and content teams can spin up landing pages, blog posts, and campaign pages in minutes, in plain language, without touching the designer’s work and without breaking the design system.
This plugin includes a skill file that teaches AI assistants how to generate WordPress content correctly — using your site’s existing patterns, building pages incrementally, and following your design system rather than inventing markup.
The skill is served automatically to any connected AI assistant via MCP. Editors and content creators don’t need to configure anything — just connect your AI platform and start prompting.
To use the skill in Claude (claude.ai):
This plugin acts as a bridge between your WordPress theme and AI assistants. Here’s how it works:
WP_Block_Patterns_Registry.title, description, categories, and keywords are sent to the AI as structured data. The actual block markup is fetched separately, on demand.When a pattern has no description (or a generic one), the AI has only the title to work with for matching. A title like “Hero Section” doesn’t tell the AI whether it’s a full-width hero, a split hero with an image, a centered hero with a CTA, or a hero with a background video. The AI must then fetch the full content of every pattern that matches a keyword — adding expensive round trips — just to understand what each one looks like.
What the AI sees:
Bottom line: The more descriptive your pattern names and descriptions, the better the AI’s output. Theme authors should treat pattern metadata as documentation for AI — not just a label for the block inserter.
The source code is available on GitHub.