Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

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.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install 5dc65f21-adc5-5208-9268-8c6939dc44c8 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

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 et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires