
內容簡介
Airo WP AI Builder 是一款 WordPress 外掛,透過模型上下文協議(MCP)讓網站能夠與 AI 助手互動,並提供一組針對 Twenty Twenty-Five 主題設計的 Gutenberg 區塊樣式,幫助 AI 更輕鬆地組裝網頁。
【主要功能】
• MCP 伺服器端點註冊
• 提供 Gutenberg 區塊樣式庫
• 支援多種 AI 助手連接
• 自訂 DI 容器與相依性管理
• 兼容 PHP 7.4 至 8.3
外掛標籤
開發者團隊
原文外掛簡介
Airo WP AI Builder is a WordPress plugin that exposes your site to AI assistants via the Model Context Protocol (MCP). It also bundles a curated set of Gutenberg block patterns built on the Twenty Twenty-Five (tt5) theme, giving any connected AI a ready-made vocabulary for assembling pages.
MCP Server
Registers an MCP-compatible server endpoint that any AI client can connect to. Tools cover posts, pages, media, templates, navigation menus, and global styles. Clients authenticate with a standard WordPress Application Password — see the FAQ for details.
Block Patterns
A curated library of Gutenberg block patterns designed for the Twenty Twenty-Five theme. Patterns are sourced from the DesignSetGo project and automatically deferred when DesignSetGo is active to avoid duplication.
AI-agnostic
No specific AI is bundled or required. Connect Claude, GPT, Gemini, or any MCP-compatible assistant of your choice.
Connecting a client
The MCP endpoint is /wp-json/airo-wp/v1/mcp/streamable. Authentication uses a standard WordPress Application Password, which you create and revoke under Users -> Profile. HTTPS is required, because WordPress does not issue Application Passwords on non-SSL sites. See the FAQ below for the exact header, and the permissions each tool requires.
Developer highlights:
Custom DI container with domain Package classes registered on plugins_loaded
Strauss-prefixed vendor code in dependencies/ to avoid conflicts
PHPUnit unit tests with Brain Monkey
PHP 7.4 through 8.3 compatibility
Roadmap (v1)
The following features are planned for the v1 release:
Site generation — build a complete WordPress site from a single prompt
Conversational setup — add pages, swap images, and update layouts through plain-English chat
WooCommerce storefront — auto-configure a storefront with AI-generated products from a single prompt
External Services
This plugin optionally connects to two third-party services depending on which blocks are used.
Cloudflare Turnstile (form spam protection)
Used by the Form block when a Turnstile site key is configured under Settings → Airo WP AI Builder → Integrations.
When a visitor loads a page containing a form block, the Turnstile JavaScript widget is fetched from
https://challenges.cloudflare.com/. On form submission, the CAPTCHA token is verified by sending it
to https://challenges.cloudflare.com/turnstile/v0/siteverify along with the visitor’s IP address.
No data is sent if no Turnstile site key is configured.
Terms of Service: https://www.cloudflare.com/website-terms/
Privacy Policy: https://www.cloudflare.com/privacypolicy/
Google Maps (map embed block)
Used by the Map block when a Google Maps API key is configured.
When a visitor loads a page containing a map block, the Google Maps JavaScript API is loaded from
https://maps.googleapis.com/. The visitor’s browser communicates directly with Google Maps servers.
No data is sent if no API key is configured.
Terms of Service: https://cloud.google.com/maps-platform/terms
Privacy Policy: https://policies.google.com/privacy
