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

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Bundle
Trust
Trust: Established
Entrypoint
composer require wordpress/mcp-adapter
Universal CLI install command
npx tokrepo install 5dc65f21-adc5-5208-9268-8c6939dc44c8
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