PluginBench
MCP Server
Active
MIT

io.github.Bishop81/wpgoldmine-mcp MCP Server

io.github.Bishop81/wpgoldmine-mcp

What is the io.github.Bishop81/wpgoldmine-mcp MCP server?

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

How to install io.github.Bishop81/wpgoldmine-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WPGOLDMINE_API_KEY
    secret

    Optional WP Goldmine account token. Raises the result limit and unlocks extra fields.

  • WPGOLDMINE_API_BASE

    Override the API base. Defaults to https://wpgoldmine.io.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wpgoldmine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wpgoldmine-mcp"
      ],
      "env": {
        "WPGOLDMINE_API_KEY": "<YOUR_WPGOLDMINE_API_KEY>",
        "WPGOLDMINE_API_BASE": "<YOUR_WPGOLDMINE_API_BASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wpgoldmine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wpgoldmine-mcp"
      ],
      "env": {
        "WPGOLDMINE_API_KEY": "<YOUR_WPGOLDMINE_API_KEY>",
        "WPGOLDMINE_API_BASE": "<YOUR_WPGOLDMINE_API_BASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wpgoldmine-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wpgoldmine-mcp"
      ],
      "env": {
        "WPGOLDMINE_API_KEY": "<YOUR_WPGOLDMINE_API_KEY>",
        "WPGOLDMINE_API_BASE": "<YOUR_WPGOLDMINE_API_BASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wpgoldmine-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wpgoldmine-mcp"
      ],
      "env": {
        "WPGOLDMINE_API_KEY": "<YOUR_WPGOLDMINE_API_KEY>",
        "WPGOLDMINE_API_BASE": "<YOUR_WPGOLDMINE_API_BASE>"
      }
    }
  }
}
Claude Code
claude mcp add wpgoldmine-mcp --env WPGOLDMINE_API_KEY=<YOUR_WPGOLDMINE_API_KEY> --env WPGOLDMINE_API_BASE=<YOUR_WPGOLDMINE_API_BASE> -- npx -y wpgoldmine-mcp

Related MCP servers

Scan any URL for WCAG accessibility issues (axe-core) and get per-element fixes for an AI agent.

0
JavaScript
MIT
View repository →

Domain intelligence for agents: WHOIS, DNS, SSL/TLS, security headers, reputation, subdomains.

0
JavaScript
MIT
View repository →

Audit a web page's images: natural vs rendered sizes, oversized detection, and formats.

0
JavaScript
MIT
View repository →