npm wpgoldmine-mcpstdioMITupdated 2mo ago
An MCP server for finding WordPress plugin opportunities — large, established plugins weakened by abandonment, low ratings, or poor support, i.e. plugins you could realistically replace or out-build. It lets AI agents (Claude, Cursor, Windsurf, etc.) query the WordPress.org plugin directory through the lens of "what's a takeable market here?"
What can you do with wpgoldmine mcp?
wpgoldmine-mcp
An MCP server for finding WordPress plugin opportunities — large, established plugins weakened by abandonment, low ratings, or poor support, i.e. plugins you could realistically replace or out-build. It lets AI agents (Claude, Cursor, Windsurf, etc.) query the WordPress.org plugin directory through the lens of "what's a takeable market here?"
Powered by wpgoldmine.io. All querying runs server-side, so no local database or scraping is required.
Install / run
// Claude Desktop / any MCP client config
{
"mcpServers": {
"wpgoldmine": {
"command": "npx",
"args": ["-y", "wpgoldmine-mcp"]
}
}
}
Tools
list_opportunity_presets
Lists the curated opportunity angles you can pass as preset (e.g. abandoned-plugins,
low-rated-popular, beatable-niche, unsupported-plugins, high-opportunity,
newest-opportunities).
find_plugin_opportunities
Returns a ranked, capped list of plugin opportunities.
| Param | Type | Description |
|---|---|---|
preset |
string (optional) | A preset key. Composes with tag. |
tag |
string (optional) | Narrow to a niche by WordPress.org tag, e.g. seo, forms, backup. |
ecosystem |
wordpress | woocommerce (optional) |
Defaults to wordpress. |
min_installs / max_installs |
number (optional) | Active-install bounds. |
max_rating |
number (optional) | Max rating on a 0–100 scale (lower = more dissatisfied users). |
get_plugin
Opportunity snapshot for one plugin by slug: installs, rating, last-updated, support resolution, and opportunity / abandonment / monetization scores.
Example agent uses: "Find abandoned WordPress plugins in the forms niche I could rebuild," "Which popular SEO plugins have the worst ratings?", "Give me the opportunity score for wp-super-cache."
Config
WPGOLDMINE_API_KEY— optional. A WP Goldmine account API token (from your account settings) raises the result limit and unlocks extra fields. Without it, the server uses the free, capped tier.WPGOLDMINE_API_BASE— override the API base (defaulthttps://wpgoldmine.io).
{
"mcpServers": {
"wpgoldmine": {
"command": "npx",
"args": ["-y", "wpgoldmine-mcp"],
"env": { "WPGOLDMINE_API_KEY": "wpg_your_token_here" }
}
}
}
License
MIT
Install
Add wpgoldmine mcp to your client. Pick the one you use.
claude mcp add wpgoldmine-mcp -- npx -y wpgoldmine-mcpcodex mcp add wpgoldmine-mcp -- npx -y wpgoldmine-mcpamp mcp add wpgoldmine-mcp -- npx -y wpgoldmine-mcp{
"mcpServers": {
"wpgoldmine-mcp": {
"command": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"wpgoldmine-mcp": {
"command": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"wpgoldmine-mcp","command":"npx","args":["-y","wpgoldmine-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"wpgoldmine-mcp": {
"command": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"wpgoldmine-mcp": {
"command": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"wpgoldmine-mcp": {
"command": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"wpgoldmine-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"wpgoldmine-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y wpgoldmine-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 65 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.1Latest | Jun 27, 2026 |
| 0.1.0 | Jun 27, 2026 |