wpmcp

fahdi/wpmcp
★ 0 stars PHP AI/LLM Updated today
AI builds and edits your WordPress site, and physically can't wreck it. An MCP server for WordPress with snapshot-before-every-write + one-click rollback.
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": {
    "wpmcp": {
      "command": "npx",
      "args": [
        "-y",
        "fahdi/wpmcp"
      ]
    }
  }
}