mcp-adapter

WordPress/mcp-adapter
★ 661 stars PHP 🔌 API Integration Updated 1mo ago
An MCP adapter that bridges the Abilities API to the Model Context Protocol, enabling MCP clients to discover and invoke WordPress plugin, theme, and core abilities programmatically.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-adapter": {
      "command": "npx",
      "args": [
        "-y",
        "WordPress/mcp-adapter"
      ]
    }
  }
}