MCP ConfigsMay 14, 2026·2 min read

MCP Adapter — WordPress Abilities as MCP Tools (2026)

WordPress MCP Adapter exposes WordPress Abilities via MCP; verified 1,068★ with `composer require`, a default HTTP route, and WP-CLI STDIO serve.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 5dc65f21-adc5-5208-9268-8c6939dc44c8 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

WordPress MCP Adapter exposes WordPress Abilities via MCP; verified 1,068★ with composer require, a default HTTP route, and WP-CLI STDIO serve.

Best for: WordPress plugin teams who want AI agents to call WordPress capabilities via a standard MCP interface

Works with: WordPress 6.9+ (Abilities API in core), Composer, WP-CLI, and MCP clients (HTTP or STDIO transports)

Setup time: 15-30 minutes

Main

  • The adapter bridges WordPress Abilities to MCP, and the README explicitly maps Abilities to MCP Tools/Resources/Prompts so you can reason about what becomes callable by an agent.
  • It supports both HTTP and STDIO transports: the default server is reachable via a REST route, while WP-CLI provides a serve mode for STDIO-style MCP clients.
  • For real sites with multiple plugins, it recommends Jetpack Autoloader to avoid Composer dependency conflicts, which is a practical detail most MCP repos skip.
  • A clean starting exercise is to register one public ability, then use the adapter discovery tools (discover-abilities, get-ability-info, execute-ability) to validate end-to-end execution.

FAQ

  • Do I need WordPress 6.9+?: 6.9+ includes the Abilities API in core; the README notes that WordPress 6.8 requires installing wordpress/abilities-api alongside the adapter.
  • How do agents connect?: Use the HTTP endpoint for remote MCP clients, or run the WP-CLI STDIO server if your client expects STDIO transport.
  • What should I watch for in production?: Composer version conflicts across plugins; the Jetpack Autoloader recommendation is the default mitigation path.
🙏

Source & Thanks

Source: https://github.com/WordPress/mcp-adapter > License: GPL-2.0 > GitHub stars: 1068 · forks: 123

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets