WPZylos MCP

AI-powered code generation server for the WPZylos WordPress plugin framework.

What You Get

  • 79 Tools -- Complete scaffolding, generation, validation, and analysis
  • 16 Resources -- Framework knowledge, architecture guides, API cookbook
  • 14 Prompts -- Guided workflows for plugin creation, auditing, migration
  • Blueprint Engine -- Give a plugin spec, get production-ready code
  • Framework Intelligence -- Reads actual source code for accurate generation

Quick Start

Add to your AI editor (Cursor, VS Code, Claude Desktop):

{
  "mcpServers": {
    "wpzylos": {
      "command": "node",
      "args": ["path/to/wpzylos-mcp/dist/index.js"],
      "env": {
        "WPZYLOS_ROOT": "D:/path/to/wpzylos"
      }
    }
  }
}

Then ask your AI:

"Create a Contact Manager plugin using WPZylos framework with CRUD, REST API, and admin settings page"

The MCP handles the rest -- generating framework-correct code for every component.

Documentation