Skip to content
VS Code

Google News & Trends MCP for VS Code

io.github.akzar1el/mcp-trendpulse

Query Google News RSS feeds and search interest over time via Google Trends.

client:VS Code transport:stdio runtime:pypi

Install Google News & Trends MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-trendpulse": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-trendpulse"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Google News & Trends MCP in other clients