wp-mcp-server-demo

wptrainingteam/wp-mcp-server-demo
★ 5 stars PHP API Integration Updated today
Implements a basic MCP server using Abilities API and the MCP Adapter
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wp-mcp-server-demo": {
      "command": "npx",
      "args": [
        "-y",
        "wptrainingteam/wp-mcp-server-demo"
      ]
    }
  }
}