★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-adapter": {
"command": "npx",
"args": [
"-y",
"WordPress/mcp-adapter"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-adapter npx -y WordPress/mcp-adapter
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-adapter": {
"command": "npx",
"args": [
"-y",
"WordPress/mcp-adapter"
]
}
}
}
📋 Copy