wp-blockmarkup-mcp-server

zaherg/wp-blockmarkup-mcp-server
★ 0 stars JavaScript Other Updated today
wp-blockmarkup-mcp-server is a local/remote MCP server that extracts, validates, and indexes every Gutenberg block from WordPress core, WooCommerce, or any block-based plugin you work with.
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-blockmarkup-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "zaherg/wp-blockmarkup-mcp-server"
      ]
    }
  }
}