Google News & Trends MCP for Grok
io.github.akzar1el/mcp-trendpulse
Query Google News RSS feeds and search interest over time via Google Trends.
client:Grok
transport:stdio
runtime:pypi
Install Google News & Trends MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-trendpulse": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-trendpulse"
]
}
}
}
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