WPZylos MCP Server
OfficialSupports WooCommerce extension development with tools for scaffolding payment gateways, shipping methods, emails, widgets, product tabs, and REST API extensions, along with a hook knowledge base.
Provides tools for WordPress plugin development, including scaffolding, code generation, validation, and analysis.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WPZylos MCP Serverscaffold a new plugin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WPZylos MCP Server
Intelligent framework-aware context layer for AI-powered WordPress plugin development with WPZylos + WooCommerce support.
55 tools · 12 resources · 9 prompts · 48-hook WooCommerce knowledge base
Quick Start
npm install && npm run build{
"mcpServers": {
"wpzylos": {
"command": "node",
"args": ["D:/laragon/www/wpzylos/wpzylos-mcp/dist/index.js"],
"env": { "WPZYLOS_FRAMEWORK_ROOT": "D:/laragon/www/wpzylos" }
}
}
}Related MCP server: Code-MCP
Tools (55)
Discovery & Inspection (8)
Tool | Description |
| Point MCP at a plugin project |
| List all framework packages |
| Deep-dive into any package |
| Task-based package recommendation |
| Analyze any PHP file |
| Search classes/methods across all packages |
| List code generation templates |
| Read a stub template |
Code Generation (18)
Tool | Generates |
| Any of 42 stubs |
| ServiceProvider |
| Model |
| Middleware |
| REST Controller |
| Event |
| Listener |
| CLI Command |
| Custom Post Type |
| Custom Taxonomy |
| Shortcode |
| Settings Page |
| Admin Menu |
| Background Job |
| Validation Rule |
| Service |
| Database Migration |
| PHPUnit Test |
Validation & Analysis (8)
Tool | Checks |
| Folder structure compliance |
| Nonces, capabilities, escaping, SQL |
| Hook prefixing |
| PSR-4 namespace verification |
| WordPress plugin header fields |
| Raw WP functions |
| TODO/FIXME, empty methods |
| Coding pattern detection |
Scaffolding (5)
Tool | Generates |
| Complete new plugin |
| Model + Migration + Controller + Provider + Routes |
| CPT + Taxonomy + MetaBox + Columns + Provider |
| Controller + Middleware + Routes + Provider |
| Settings + Menu + View + Provider |
Inspection & Refactoring (8)
Tool | Purpose |
| Full plugin inventory |
| Hook → callback mapping |
| Class dependency analysis |
| ServiceProvider inventory |
| Text search in plugin |
| Code quality suggestions |
| 7-phase boot flow |
| Flat API reference |
WooCommerce Development (8)
Tool | Purpose |
| Search 48-hook WC knowledge base |
| WC_Payment_Gateway + process_payment + refund |
| WC_Shipping_Method + calculate_shipping |
| WC_Email + trigger + templates |
| WP_Widget + form/update/widget |
| Admin or frontend product tab |
| HPOS, dependency check, deprecations |
| WC REST API v3 controller |
Resources (12)
URI | Description |
| Framework architecture |
| Framework rules |
| 7-phase boot flow |
| Package deps |
| All packages |
| Plugin folder structure |
| Stub templates |
| Security checklist |
| Testing conventions |
| Documentation index |
| WC hook reference |
| WC development guide |
Prompts (9)
Prompt | Workflow |
| New plugin from scratch |
| Framework compliance audit |
| Add feature to existing plugin |
| Add Custom Post Type |
| Add REST API endpoints |
| Add admin settings page |
| Debug hook issues |
| Convert traditional plugin |
| Build WooCommerce extension |
Architecture
src/
├── core/ (types, cache, config)
├── engine/ (file-analyzer, package-registry, docs-indexer, stub-registry)
├── tools/
│ ├── generation-tools.ts (16 generators)
│ ├── validation-tools.ts (6 validators)
│ ├── scaffolding-tools.ts (6 scaffolders)
│ ├── advanced-tools.ts (11 advanced tools)
│ └── woocommerce-tools.ts (8 WooCommerce dev tools)
└── index.ts (server + 8 core tools + 12 resources + 9 prompts)License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WPDiggerStudio/wpzylos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server