WordPress MCP — AI Agent Ecosystem
Overview
WordPress 7.0 (April 9, 2026) shipped native MCP adapter — the biggest update in WordPress history. Combined with a fast-growing third-party ecosystem, AI agents can now interact with any WordPress site through structured, permission-controlled MCP tools.
WordPress 7.0 Core (Free, Built-in)
What ships in core:
- Native AI Client — WordPress can call AI providers
- Abilities API — granular capability-based access control (replaces role-based permissions)
- Connectors UI — manage AI provider credentials in admin
- MCP Adapter — adapts every registered ability into MCP tools/resources/prompts
- Expanded REST API — analytics, user management, content scheduling endpoints. Response compression + conditional GET.
How it works for AI agents:
- WordPress site exposes MCP endpoint (built into core)
- AI agent (Claude, Cursor, Codex) connects via MCP
- Agent discovers capabilities: create drafts, audit content, manage taxonomies, configure plugins
- All operations respect WordPress roles and permissions
Headless pattern:
WordPress (MCP backend) → WPGraphQL → Next.js/Vite frontend → AI agent at content layer
Third-Party Tools
WP Navigator (wpnav.ai)
- 93 specialized MCP tools — organized in dynamic toolsets for context efficiency
- 8×4 permission matrix: None / Read / Suggest / Write across 8 categories
- Plan-Diff-Apply workflow: AI previews changes as diffs → review → approve/apply
- Instant kill switch: one-click termination of all AI sessions
- Builder cookbooks: compact references for Gutenberg, Elementor, WPBakery
- Audit trail: every AI action logged with who/what/when
- Status: MVP coming mid-2026 (waitlist)
NibWP (nibwp.com)
- 132 tools, 26 categories, 33+ integrations — WooCommerce, ACF, page builders, forms, CRM, LMS
- Screenshot-to-build: hand over screenshot/link/Figma → on-brand build in Bricks/Elementor/Etch
- Page builder switching: AI reads existing design, recreates in new builder (pixel-perfect)
- 3-step setup: install plugin → paste one-line connection → start prompting
- Status: Live, production-ready
Publishio (rtCamp, open source)
- GPL-2.0 license — free, open source
- Block pattern intelligence: reads
WP_Block_Patterns_Registry, fills patterns with AI content
- Section-by-section building: each pattern previewed in chat before appending to draft
- Schema-constrained editing: AI edits only content values (headlines, body, images, buttons) — cannot touch markup/CSS
- Yoast SEO integration: handles slugs, excerpts, meta fields
- AI skill file included: teaches assistants WordPress content rules
- Status: Available now. Production-ready.
When to Use
- Any WordPress site you want to manage via AI agent
- Headless WordPress + Next.js stacks needing AI content operations
- Agency workflows: bulk updates, audits, client site management
- Page builder migrations (switch builders without manual rebuild)
Pitfalls
- WordPress 7.0 MCP adapter requires WP 7.0+ (not available on older sites)
- WP Navigator is pre-release — not production-tested at scale
- NibWP's screenshot-to-build quality varies with design complexity
- Headless WordPress requires WPGraphQL setup for frontend frameworks
- MCP tools consume context budget — use dynamic toolsets (WP Navigator) or compact cookbooks
Version
WordPress 7.0 (April 9, 2026). 40% of web market share.
1---2name: agentic-webdesign-wordpress-mcp3description: Connect AI agents to WordPress via MCP — native WP 7.0 adapter, WP Navigator, NibWP, Publishio. AI agents create drafts, manage content, audit SEO, build pages, and switch page builders.4---56# WordPress MCP — AI Agent Ecosystem78## Overview9WordPress 7.0 (April 9, 2026) shipped native MCP adapter — the biggest update in WordPress history. Combined with a fast-growing third-party ecosystem, AI agents can now interact with any WordPress site through structured, permission-controlled MCP tools.1011## WordPress 7.0 Core (Free, Built-in)1213### What ships in core:14- **Native AI Client** — WordPress can call AI providers15- **Abilities API** — granular capability-based access control (replaces role-based permissions)16- **Connectors UI** — manage AI provider credentials in admin17- **MCP Adapter** — adapts every registered ability into MCP tools/resources/prompts18- **Expanded REST API** — analytics, user management, content scheduling endpoints. Response compression + conditional GET.1920### How it works for AI agents:211. WordPress site exposes MCP endpoint (built into core)222. AI agent (Claude, Cursor, Codex) connects via MCP233. Agent discovers capabilities: create drafts, audit content, manage taxonomies, configure plugins244. All operations respect WordPress roles and permissions2526### Headless pattern:27WordPress (MCP backend) → WPGraphQL → Next.js/Vite frontend → AI agent at content layer2829## Third-Party Tools3031### WP Navigator (wpnav.ai)32- **93 specialized MCP tools** — organized in dynamic toolsets for context efficiency33- **8×4 permission matrix:** None / Read / Suggest / Write across 8 categories34- **Plan-Diff-Apply workflow:** AI previews changes as diffs → review → approve/apply35- **Instant kill switch:** one-click termination of all AI sessions36- **Builder cookbooks:** compact references for Gutenberg, Elementor, WPBakery37- **Audit trail:** every AI action logged with who/what/when38- **Status:** MVP coming mid-2026 (waitlist)3940### NibWP (nibwp.com)41- **132 tools, 26 categories, 33+ integrations** — WooCommerce, ACF, page builders, forms, CRM, LMS42- **Screenshot-to-build:** hand over screenshot/link/Figma → on-brand build in Bricks/Elementor/Etch43- **Page builder switching:** AI reads existing design, recreates in new builder (pixel-perfect)44- **3-step setup:** install plugin → paste one-line connection → start prompting45- **Status:** Live, production-ready4647### Publishio (rtCamp, open source)48- **GPL-2.0 license** — free, open source49- **Block pattern intelligence:** reads `WP_Block_Patterns_Registry`, fills patterns with AI content50- **Section-by-section building:** each pattern previewed in chat before appending to draft51- **Schema-constrained editing:** AI edits only content values (headlines, body, images, buttons) — cannot touch markup/CSS52- **Yoast SEO integration:** handles slugs, excerpts, meta fields53- **AI skill file included:** teaches assistants WordPress content rules54- **Status:** Available now. Production-ready.5556## When to Use57- Any WordPress site you want to manage via AI agent58- Headless WordPress + Next.js stacks needing AI content operations59- Agency workflows: bulk updates, audits, client site management60- Page builder migrations (switch builders without manual rebuild)6162## Pitfalls63- WordPress 7.0 MCP adapter requires WP 7.0+ (not available on older sites)64- WP Navigator is pre-release — not production-tested at scale65- NibWP's screenshot-to-build quality varies with design complexity66- Headless WordPress requires WPGraphQL setup for frontend frameworks67- MCP tools consume context budget — use dynamic toolsets (WP Navigator) or compact cookbooks6869## Version70WordPress 7.0 (April 9, 2026). 40% of web market share.