wordpress-mcp-dev
Installation
SKILL.md
WordPress + MCP Development
Use this skill to ship production-grade WordPress plugins, MCP servers, or both together.
Workflow
- Identify target product shape:
plugin,mcp-server, orhybrid. - Choose architecture and scaffold from the relevant reference.
- Implement minimum viable vertical slice first:
- Plugin: one secure REST route + one real feature path.
- MCP: one read-only tool + one mutating tool with safe validation.
- Hybrid: one plugin endpoint consumed by one MCP tool.
- Add safety controls before expanding scope: capability checks, nonce/auth, sanitized errors, and rollback strategy.
- Validate against checklists before release.