Skip to content
Cursor

Google News & Trends MCP for Cursor

io.github.akzar1el/mcp-trendpulse

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

client:Cursor transport:stdio runtime:pypi

Install Google News & Trends MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Google News & Trends MCP in other clients