Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

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.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install 5dc65f21-adc5-5208-9268-8c6939dc44c8 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados