nicheiqs for Cursor
io.github.darylerivers/nicheiqs
Score any market niche 0-100. Analyzes Reddit pain signals, Google Trends, and competition level.
client:Cursor
transport:stdio
runtime:npm
Install nicheiqs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nicheiqs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nicheiqs-mcp"
],
"env": {
"NICHE_ENGINE_API_KEY": "<NICHE_ENGINE_API_KEY>",
"NICHE_ENGINE_BASE_URL": "<NICHE_ENGINE_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs