agentic WordPress map

Agents can already write, test and ship on WordPress. Here are the 100+ open tools that make it possible, mapped in one place.

Skip map and browse every tool

Every hex is a real tool. Pick one to see what it does.

WordPress

  • Blocks
  • Context
  • Commands
  • Environments
  • Checks
  • Skills
  • AI client

Wider web

  • Testing
  • Performance
  • Code quality
  • Environments
  • Content
  • Agent tools

Adoption

LessMore

An agent working on a WordPress site needs more than a model. It needs a way to write blocks the editor will accept, a description of the site it is changing, commands to act with, a sandbox to try things in, checks that say whether it got it right, and benchmarks to measure it against. Those are the seven layers inside.

Around them sit browser drivers, audits, linters, local stacks, crawlers and agent tools built for the wider web. The WordPress group focuses on reusable primitives over vendor-specific add-ons. Most are open source; source-available licences are labelled.

All tools

Ordered by category, then by adoption. Names link to the project. Model providers, hosting, CI and optional paid services may have their own costs.

131 of 131

Blocks and content13

Creates, serialises and validates blocks before they reach the editor.

Gutenberg team

600k+ downloads a month

CoreGPL

Parses block markup in PHP, shipped inside every WordPress install.

Core

CoreGPL

Turns the HTML an agent designs into clean, correctly nested block trees the editor accepts.

Human Made

3k+ downloads a month

ActiveGPL

Site context6

Reads a site into one JSON file of its blocks, post types, fields, plugins and gaps.

Human Made

ActiveGPL

Generated docs from the REST schema. Unmaintained since 2021.

Human Made

RetiredGPL

Commands and deployment22

WP-CLIofficial

Runs any WordPress operation from the shell, with structured output and exit codes.

WP-CLI team

CoreMIT

Manages posts, users, terms, menus, comments, options and sites.

WP-CLI team

CoreMIT

Runs machine-readable diagnostic checks against a site.

WP-CLI team

100+ stars

EstablishedMIT

Exposes REST resources as shell commands.

WP-CLI team

100+ stars

EstablishedMIT

Exposes WordPress abilities to agents through the Model Context Protocol.

WordPress

1k+ stars

ActiveGPL

Calls the core AI client from the shell.

WP-CLI team

ActiveMIT

Stages content, style and settings changes so a person applies them.

Rich Tabor

NewGPL

Bundles agent tooling from the Oxygen and Breakdance team.

Soflyy

NewGPL

Exposed all of WP-CLI over MCP. Archived in March 2026.

mcp-wp

RetiredApache

Served WordPress over MCP. Archived in December 2025.

mcp-wp

RetiredApache

Environments and packages16

Runs WordPress on WebAssembly, in a browser tab or headless.

Core

2k+ stars

CoreGPL

Builds a reproducible Docker WordPress from a config file.

Core

CoreGPL

Boots a headless WordPress with no Docker or MySQL, from a blueprint.

Core

CoreGPL

Boots an instance from code, runs PHP, edits its files and exports it.

Core

CoreGPL

Describes a fresh site as JSON steps: install, import, run PHP, run SQL.

Core

CoreGPL

Collects 65 example blueprints, and takes pull requests.

Core

100+ stars

CoreGPL

Mirrors WordPress.org plugins and themes as a Composer repository.

WP Engine

700+ stars

EstablishedMIT

Provisions and deploys a WordPress server with Ansible.

Roots

2k+ stars

EstablishedMIT

Applies blueprints to existing sites and pins runtime versions.

Core

ActiveGPL

Spins up disposable Playground sandboxes with an agent runtime policy.

Automattic

NewMIT

Booted a local WordPress in one command. Deprecated in June 2026.

Core

RetiredGPL

Checks and tests18

Shows every hook, query, HTTP call and template a request touched.

John Blackbourn

1k+ stars

EstablishedGPL

Mocks the WordPress API so units test in isolation.

10up

700+ stars

EstablishedBSD

Runs integration and acceptance tests through Codeception.

Luca Tumedei

600+ stars

EstablishedMIT

Mocks WordPress functions and hooks for isolated unit tests.

Brain WP

300+ stars

EstablishedMIT

Generates random content, repeatable only if you pin the seed.

Gustavo Bordoni

300+ stars

EstablishedGPL

Loads posts, users, media and menus from a YAML file, the same way every time.

Nicolas Lemoine

100+ stars

EstablishedGPL

Checks PHP version compatibility with WordPress in mind.

PHPCompatibility

EstablishedGPL

Checks a plugin against WordPress.org directory rules.

Core

300+ stars

EstablishedGPL

Provides the WordPress PHPUnit test runtime, pinned by version.

wp-phpunit

EstablishedGPL

Scans WordPress; vulnerability data uses an API token with 25 free requests a day.

WPScan

9k+ stars

Establishedsource-available

Provides round-trip fixtures for every core block, copied from the repo.

Gutenberg team

CoreGPL

Stores posts as git commits, so git diff becomes the content diff.

bradvin

ActiveGPL

Benchmarks and skills5

Packages WordPress operating knowledge for coding agents, versioned.

WordPress.org

ActiveGPL

Grades AI-written WordPress code with static checks and runtime assertions.

Core

ActiveGPL

AI client2

Calls any AI provider from PHP through one interface, shipped in core 7.0.

Core

CoreGPL

Wrapped AI providers for plugins. Obsolete since the core AI client.

Felix Arntz

RetiredGPL

Testing and accessibility8

Drives Chromium, Firefox and WebKit from scripted tests. WordPress core runs its own suite on it.

Microsoft

90k+ stars

EstablishedApache

Checks a rendered page against WCAG rules. Runs on every Gutenberg end-to-end test.

Deque

7k+ stars

EstablishedMPL

Runs browser tests in-process with time-travel debugging.

Cypress.io

50k+ stars

EstablishedMIT

Controls headless Chrome over the DevTools protocol.

Google

90k+ stars

EstablishedApache

Compares before and after screenshots to catch visual regressions.

Garris Shipon

7k+ stars

EstablishedMIT

Validates HTML, CSS and SVG against the living standard.

W3C

1k+ stars

EstablishedMIT

Runs accessibility checks on a page from the command line.

pa11y

4k+ stars

EstablishedGPL

Performance8

Audits a page for performance, accessibility, SEO and best practices.

Google

30k+ stars

EstablishedApache

Load-tests endpoints with scripted virtual-user traffic.

Grafana

30k+ stars

EstablishedAGPL

Measures LCP, INP and CLS in the field the way Chrome does.

Google

8k+ stars

EstablishedApache

Extracts and inlines above-the-fold CSS.

Addy Osmani

10k+ stars

EstablishedApache

Tracks Lighthouse scores across commits and fails a build on regression.

Google

7k+ stars

EstablishedApache

Recompresses images to WebP, AVIF or MozJPEG from a CLI.

Google

20k+ stars

EstablishedApache

Runs Lighthouse across every page in a sitemap in parallel.

Harlan Wilton

4k+ stars

ActiveMIT

Loads a page from real browsers and locations with a waterfall.

Catchpoint

3k+ stars

Stalesource-available

Code quality and security11

Flags coding-standard violations in PHP, JavaScript and CSS.

PHPCSStandards

1k+ stars

EstablishedBSD

Finds bugs in PHP with static type analysis.

Ondřej Mirtes

10k+ stars

EstablishedMIT

Finds and fixes problems in JavaScript and TypeScript.

ESLint

20k+ stars

EstablishedMIT

Checks PHP code for cross-version compatibility.

PHPCompatibility

2k+ stars

EstablishedGPL

Formats code deterministically.

Prettier

50k+ stars

EstablishedMIT

Rewrites PHP to a configured style.

PHP-CS-Fixer

10k+ stars

EstablishedMIT

Finds type errors and taint flows in PHP.

Vimeo

5k+ stars

EstablishedMIT

Refactors and upgrades PHP automatically with rule sets.

Rector

10k+ stars

EstablishedMIT

Runs pattern rules across PHP and JavaScript, with a WordPress rule pack.

Semgrep

10k+ stars

EstablishedGPL

Lints CSS and SCSS for errors and conventions.

Stylelint

10k+ stars

EstablishedMIT

Flags unused, overlong or overcomplicated PHP.

PHPMD

2k+ stars

EstablishedBSD

Environments and deploy7

Manages PHP dependencies and audits them for known vulnerabilities.

Composer

20k+ stars

EstablishedMIT

Runs Docker-based local environments with a WordPress project type.

DDEV

3k+ stars

EstablishedApache

Deploys PHP apps over SSH with zero downtime, with a WordPress recipe.

Deployer

10k+ stars

EstablishedMIT

Runs Docker-based local environments with a WordPress recipe.

Lando

4k+ stars

EstablishedMIT

Opens automated pull requests for dependency updates.

Mend

20k+ stars

EstablishedAGPL

Uploads only changed files to a server over FTP or SFTP.

git-ftp

5k+ stars

EstablishedGPL

Builds a static Composer repository from a config.

Composer

3k+ stars

EstablishedMIT

Crawling and content7

Mirrors a site to local files.

GNU

CoreGPL

Crawls and scrapes sites into clean Markdown or JSON. Self-hostable.

Mendable

100k+ stars

EstablishedAGPL

Crawls and scrapes sites with a Python spider framework.

Scrapy

60k+ stars

EstablishedBSD

Strips a page to its main content as Markdown.

Steph Ango

9k+ stars

EstablishedMIT

Extracts article text and metadata from crawled pages.

Adrien Barbaresi

6k+ stars

EstablishedApache

Crawls a site and reports broken links.

Justin Beckwith

1k+ stars

EstablishedMIT

Crawls a site and reports SEO, security, accessibility and speed findings.

Jan Reges

900+ stars

ActiveMIT

Agent plumbing8

Lets AI agents navigate websites and complete tasks in a real browser.

Browser Use

100k+ stars

EstablishedMIT

Ships reference MCP servers for filesystem, git, fetch and memory.

Model Context Protocol

90k+ stars

EstablishedMIT

Chains triggers and app actions into workflows, with a WordPress node.

n8n

200k+ stars

Establishedfair-code

Drives a real browser over MCP using accessibility-tree snapshots.

Microsoft

30k+ stars

EstablishedApache

Drives headless Chrome from a CLI with compact snapshots.

Vercel Labs

40k+ stars

EstablishedApache

Debugs any MCP server from a web UI or the command line.

Model Context Protocol

10k+ stars

EstablishedMIT

Evaluates and red-teams prompts with declarative test cases.

promptfoo

20k+ stars

EstablishedMIT

Combines browser controls with AI actions, page observation and structured extraction.

Browserbase

20k+ stars

EstablishedMIT

Surveyed 16 September 2026 from public repositories and package registries.

A/B test any block in WordPress.

Accelerate is our plugin. Analytics, A/B testing and personalisation, built into the block editor. Free up to 1 million page views a month.

Built by WordPress Experts

Created by Human Made

Since 2010, Human Made has been one of the world's leading enterprise WordPress agencies, powering platforms for Google, TechCrunch, Harvard, and Siemens. Accelerate is built for marketers and site owners who work in WordPress, with that same expertise behind it.

Clutch 5-star reviewVIP Gold Partner
Human Made team