googlenews-mcp
Provides tools to fetch top headlines, topic-specific news, search news with operators, local news, and decode article redirect URLs from Google News.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@googlenews-mcpshow me the top headlines in technology"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
googlenews-mcp
MCP server in front of Google News, so agents without external internet
access can still read the news: the agent talks only to this server, and
this server talks only to news.google.com. It is a news gateway, not a web
proxy — there is deliberately no fetch-arbitrary-URL tool.
Image:
ghcr.io/robertdwhite/googlenews-mcp, built by CI in this repo.Transport: MCP streamable HTTP at
/mcp, bearer-gated byMCP_TOKEN./healthzis open.Upstream: Google News public RSS endpoints (no API key), plus the
batchexecuteRPC used only to decode article redirect URLs.
Tools
Tool | Does |
| Front-page top stories |
| One section: WORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SCIENCE, SPORTS, HEALTH |
| Full-text search; supports Google News operators ( |
| Local news for a city/region/country |
| Resolve |
Articles come back as {title, url, published, source, source_url, summary, related}; related carries other outlets' coverage when Google clusters a
story.
Related MCP server: News API MCP Server
Config (env)
Var | Meaning |
| Bearer token required on |
| Listen port (default 8080). |
| Default locale ( |
| Upstream timeout seconds (default 30). |
Run locally
pip install -r requirements.txt
python server.py
curl localhost:8080/healthzDeploy
Manifests live in
whitehouse-rke2 under
apps/ai/googlenews-mcp (namespace googlenews-mcp, endpoint
https://googlenews-mcp.internal.white.fm/mcp, tailnet only).
Notes
decode_urlsuses the same technique as thegooglenewsdecoderpackage; Google changes that endpoint occasionally, so treat it as best-effort. The redirect URLs themselves also work directly in a normal browser.Google clusters top-stories items; the per-item
relatedlist is parsed out of the RSS description HTML.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
Your curated sources (RSS, YouTube, podcasts, Google News) as context for any AI agent. 26 tools.
Real-time corroborated news events + 5-year archive, for agents. Free tier, no key.
Google News headlines, sources, and links via the Apify Google News API, hosted MCP.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides tools to search and retrieve news across various categories including business, technology, science, and sports via the Google News API. It supports keyword searches, autocomplete suggestions, and region-specific news across multiple languages.11MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search news articles, get top headlines, and browse sources via the NewsAPI.org service.-
- AlicenseNot gradedqualityCmaintenanceEnables fetching top headlines and searching news archives from NewsAPI.org, allowing AI agents to access current and historical news data.MIT
- AlicenseAqualityDmaintenanceEnables AI agents to fetch and search news from multiple sources including RSS/Atom feeds, HackerNews, and GDELT global news intelligence without requiring an API key.114MIT