Odel
wpgoldmine mcp

wpgoldmine mcp

Local
@bishop81JavaScriptMITUpdated 2mo ago

Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwpgoldmine-mcpv0.1.1

Run

npx -y wpgoldmine-mcp

MCP client config

{
  "mcpServers": {
    "wpgoldmine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wpgoldmine-mcp"
      ]
    }
  }
}