wp-mcp-adapter

Expose WordPress plugins as MCP tools, resources, and prompts.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zenbuapps/zenbu-powers --skill wp-mcp-adapter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-mcp-adapter
Source: https://github.com/zenbuapps/zenbu-powers/tree/main/skills/wp-mcp-adapter
Command: npx skills add https://github.com/zenbuapps/zenbu-powers --skill wp-mcp-adapter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WordPress MCP Adapter enables WordPress plugins to expose their functionality as MCP tools, resources, and prompts, allowing Claude to orchestrate tasks and data flows through MCP endpoints and standard DTOs.

Core Features & Use Cases

  • Integrates WordPress with MCP via McpAdapter and Abilities API, enabling tool/resource/prompt exposure
  • Supports custom MCP servers, transports, error handling, and observability to orchestrate WP tasks
  • Provides ready-made references for MCP components, examples, and transport options across WordPress plugins

Quick Start

Install the plugin, boot the MCP server, register abilities, and connect to Claude to access WordPress data via MCP.

Frequently Asked Questions about wp-mcp-adapter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose WordPress custom post types and site options as MCP tools?

You can expose WordPress custom post types and site options as MCP tools by installing the WordPress MCP Adapter, booting the MCP server, and registering abilities via the Abilities API to connect your WordPress data to Claude.

What is the WordPress MCP adapter and how does it enable Claude orchestration?

The WordPress MCP adapter exposes WordPress plugin capabilities as MCP tools, resources, and prompts, enabling Claude to orchestrate GPT-driven workflows and automate tasks via standard MCP endpoints and DTOs.

Can I use HTTP and STDIO transports with WordPress MCP servers across different environments?

Yes, you can use HTTP and STDIO transports with custom MCP servers to expose WordPress capabilities across development, staging, and production environments using the McpAdapter singleton.

How do I handle errors and observability when automating WordPress tasks through MCP endpoints?

You handle errors and ensure observability when automating WordPress tasks by using the adapter's DTO-based error handling and observability features, which integrate with the MCP 2025 specifications.

Does the WordPress MCP adapter work with the Abilities API for registering custom prompts?

Yes, the adapter integrates with the Abilities API to register custom prompts, resources, and tools, allowing you to expose WordPress capabilities to Claude through standard MCP interfaces.

What are the limitations of using STDIO transport for WordPress MCP integration?

The STDIO transport requires a persistent local process, limiting remote access compared to HTTP, making it better suited for local development environments rather than production WordPress automation workflows.