wp-mcp-router

danieliser/wp-mcp-router
★ 0 stars TypeScript Search Updated 13d ago
Multi-site WordPress MCP router — federate several mcp-adapter sites behind one MCP server with per-site capability discovery, search, and a site-mismatch guard.
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-mcp-router": {
      "command": "npx",
      "args": [
        "-y",
        "danieliser/wp-mcp-router"
      ]
    }
  }
}

README Excerpt

A multi-site WordPress MCP router. Put several [`mcp-adapter`](https://github.com/WordPress/mcp-adapter) WordPress sites behind **one** MCP server, with per-site capability discovery, cross-site search, fan-out, and a guard that stops you from calling an ability on a site that doesn't have it. It wraps the same WordPress endpoint the official

Tools (5)

fleet_get_abilityfleet_list_sitesfleet_search_abilitieswp_runwp_run_across