google trends mcp for Grok
io.github.den-indance/google-trends-mcp
Google Trends MCP with proxy rotation, auto-retry on Google blocks, residential-proxy setup.
client:Grok
transport:stdio
runtime:npm
Install google trends mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"google-trends-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@den.dance/google-trends-mcp"
],
"env": {
"PROXY_URL": "<PROXY_URL>",
"PROXY_LIST": "<PROXY_LIST>",
"PROXY_LIST_FILE": "<PROXY_LIST_FILE>",
"PROXIES_ENABLED": "<PROXIES_ENABLED>"
}
}
}
}
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