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 "Install 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: Google News13 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RobertDWhite/googlenews-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server