nicheiqs for Grok
io.github.darylerivers/nicheiqs
Score any market niche 0-100. Analyzes Reddit pain signals, Google Trends, and competition level.
client:Grok
transport:stdio
runtime:npm
Install nicheiqs in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs