Google News & Trends MCP

TrendPulse is a Python Model Context Protocol (MCP) server for researching current news and search-interest trends. It combines Google News discovery and article extraction with Google Trends analysis so MCP clients can inspect what is trending, compare keyword momentum, explore related demand, and add current-news context to research workflows. It runs locally over stdio via the published package.

People who work with data scraping, google news and nlp and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 5 · #31 OF 93 MAINTAINED WEB SCRAPING · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Google News & Trends MCP

before you install - you'll need

Set HTTP_PROXY, HTTPS_PROXY, GOOGLE_TRENDS_DELAY before connecting.

Claude Code

claude mcp add akzar1el-mcp-trendpulse -- uvx mcp-trendpulse

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-trendpulse - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.AKzar1el is GitHub-verified and matches the repo owner

03 · What Google News & Trends MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.13 · 2026-09-10

TrendPulse 0.2.13 · Security/reliability patch for the Community MCP distribution. · What changed · require FastMCP >=3.2.0,<4, excluding vulnerable 3.0/3.1 releases while preserving the tested FastMCP 3 compatibility…

v0.2.12 · 2026-09-10

TrendPulse 0.2.12 · This patch release improves discovery and propagates the current public documentation through package/registry surfaces. Runtime behavior is unchanged. · What changed · added a public TrendPulse…

v0.2.11 · 2026-08-31

TrendPulse v0.2.11 · Corrective package release following the v0.2.10 PyPI filename collision. The source and registry metadata are unchanged functionally; this release advances the distribution version so PyPI…

04 · Who maintains Google News & Trends MCP

Google News & Trends MCP is maintained by akzar1el. We track 4 MCP servers from akzar1el - 4 actively maintained, 18 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from akzar1el.

  1. Web Validator by DigestSEO Validate HTML/CSS, audit SEO and JSON-LD, check links, and capture responsive screenshots. ★ 7

05 · Facts

category
web scraping - ranked #31 of 93 actively-maintained web scraping servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-10)
registry
io.github.AKzar1el/mcp-trendpulse (active, first published 2026-07-12 · 5 versions)
packages
pypi:mcp-trendpulse

06 · Google News & Trends MCP FAQ

What is Google News & Trends MCP?

TrendPulse is a Python Model Context Protocol (MCP) server for researching current news and search-interest trends. It combines Google News discovery and article extraction with Google Trends analysis so MCP clients can inspect what is trending, compare keyword momentum, explore related demand, and add current-news context to research workflows. It runs locally over stdio via the published package.

Is Google News & Trends MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Google News & Trends MCP?

Run `uvx mcp-trendpulse`. The README documents 3 environment variables (HTTP_PROXY, HTTPS_PROXY, GOOGLE_TRENDS_DELAY) to set first. Set HTTP_PROXY, HTTPS_PROXY, GOOGLE_TRENDS_DELAY before connecting. You can also paste the ready-made client config above.

Does Google News & Trends MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Google News & Trends MCP

More web scraping MCP servers · Web Reaper · Spotifyscraper · Scrapi · Agentfetch

More Python MCP servers · Kasbah MCP · Docvet · Datos Gob Do MCP Server · Context Server · Renforge · see all