agentic-webdesign-wordpress-mcp

agentic-webdesign-wordpress-mcp is a skill for Claude Code, Codex from S3YED/appie-kit. It costs 55 tokens per session (1,251 once invoked), scanned A, original, MIT.

A connection layer that lets AI agents work with WordPress through structured, permission-controlled tools. WordPress is a system for publishing websites and managing their content.

In plain words
What is it for?
Use it to create drafts, manage content and taxonomies, audit SEO, build pages, and work with different WordPress page builders.
Why use it?
It allows agents to handle site content and administration through WordPress interfaces while respecting the site's permissions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/s3yed/appie-kit/agentic-webdesign-wordpress-mcp
Any agent
npx skills add S3YED/appie-kit --skill agentic-webdesign-wordpress-mcp
Clone the repo
git clone --depth 1 https://github.com/S3YED/appie-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agentic-webdesign-wordpress-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/s3yed/appie-kit/agentic-webdesign-wordpress-mcp.svg)](https://agentmods.dev/skills/s3yed/appie-kit/agentic-webdesign-wordpress-mcp)
Your own site
<a href="https://agentmods.dev/skills/s3yed/appie-kit/agentic-webdesign-wordpress-mcp"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/agentic-webdesign-wordpress-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,251 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.01251
Opus 5 $0.00028 $0.00626
Sonnet 5 $0.00011 $0.00250
Haiku 4.5 $0.00006 $0.00125

Measured 6d ago against content hash 76e11e18bfb5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

agentic-webdesign-wordpress-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agentic-webdesign/agentic-webdesign-wordpress-mcp/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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:

  1. WordPress site exposes MCP endpoint (built into core)
  2. AI agent (Claude, Cursor, Codex) connects via MCP
  3. Agent discovers capabilities: create drafts, audit content, manage taxonomies
  4. All operations respect WordPress roles and permissions

MCP Client Configuration

STDIO transport (local WP-CLI):

{
  "mcpServers": {
    "wordpress": {
      "command": "wp",
      "args": ["--path=/path/to/wp", "mcp-adapter", "serve", "--server=mcp-adapter-default-server", "--user=admin"]
    }
  }
}

HTTP transport via remote proxy:

npx @automattic/mcp-wordpress-remote --url https://yoursite.com --user admin --app-password "XXXX XXXX XXXX XXXX"

MCP endpoint: https://yoursite.com/wp-json/mcp/mcp-adapter-default-server

Headless pattern:

WordPress (MCP backend) → Next.js/Astro/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)

Read the full file on GitHub · 103 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 103 lines · 55 tokens per session scan A 76e11e18bfb5

Subscribe to this mod's changes

agentic-webdesign-wordpress-mcp is a skill published in the GitHub repository S3YED/appie-kit (7 stars, last pushed 10d ago), licensed MIT. It adds 55 tokens to every session and 1,251 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.