wpgoldmine mcp for Cursor
io.github.bishop81/wpgoldmine-mcp
Find WordPress plugin opportunities: abandoned, low-rated, or poorly-supported plugins to replace.
client:Cursor
transport:stdio
runtime:npm
Install wpgoldmine mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wpgoldmine-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wpgoldmine-mcp"
],
"env": {
"WPGOLDMINE_API_KEY": "<WPGOLDMINE_API_KEY>",
"WPGOLDMINE_API_BASE": "<WPGOLDMINE_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs