Google News headlines, sources, and links via the Apify Google News API, hosted MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The efficient, reliable, and developer-friendly way to use the Google News API.
Actor page: apify.com/johnvc/GoogleNewsAPI Input schema: apify.com/johnvc/GoogleNewsAPI/input-schema
The Google News API searches Google News and returns clean, structured JSON, one item per page of results. Each item carries the search parameters, search metadata (total results, pages processed), and a news_results array where every article includes title, link, source, snippet, and ranking position. Supports location targeting, country and language filtering, safe search, duplicate filtering, and pagination control.
Clone the repository
Install dependencies with UV
Configure your API key
Run the example
Real-time coverage at scale. Google News aggregates tens of thousands of publishers. Instead of maintaining a client for each outlet, you query the aggregated index and get ranked results across all of them in a single call.
Geo-targeted results. Filter by country code (gl), language (hl), Google domain, and location string for precise control over the geographic and linguistic scope.
Configurable depth. Set max_pages for a quick headline snapshot or a deeper sweep. Each page is returned as a discrete item, easy to stream, filter, or load into a pipeline.
Predictable, pay-per-use pricing. A small per-run setup fee plus a per-page fee, with no subscription. You control cost with the page limit.
Consistent JSON output. Every article comes back with the same fields (title, link, source, snippet, position), so there is no schema variance between publishers.
Easy to automate. Call it from Python in a few lines, or load it as an MCP tool so assistants like Claude and Cursor can pull fresh news for you on demand.
gl), language (hl), and Google domainnfpr for exact-match queriesnews_results array with title, link, source, snippet, and position per article| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | Yes | - | Search query, e.g. artificial intelligence, coffee. |
location | string | No | - | Location string for localized results, e.g. Austin, TX, Texas, United States. |
google_domain | string | No | google.com | Google domain to search, e.g. google.co.uk. |
gl | string | No | - | Country code (ISO 3166-1 alpha-2), e.g. us, gb. |
hl | string | No | - | Language code (ISO 639-1), e.g. en, fr. |
lr | string | No | - | Language restriction, e.g. lang_en. |
safe | string | No | off | Safe search: active or off. |
nfpr | string | No | 0 | Exclude auto-corrected results: 0 or 1. |
filter | string | No | 0 | Filter duplicate results: 0 or 1. |
max_pages | integer | No | 1 | Maximum pages to fetch (~10 articles each); 0 = unlimited. Each page is billed separately. |
output_file | string | No | - | Optional filename to save results. |
A real result for artificial intelligence (one item per page; the news_results array is trimmed to a single article here, and search_information carries additional fields).
Each page item echoes the search_parameters you sent, reports search_metadata (total results and pages processed), and lists every article in news_results with its ranking position, title, link, source, and snippet.
You can load the Google News API as an MCP tool so assistants call it for you. The MCP server URL preloads just this one Actor:
Authenticate with OAuth in the browser when offered, or with your Apify API token (the same APIFY_API_TOKEN used by the Python example). Get a token at https://console.apify.com/settings/integrations and a free Apify account at https://apify.com?fpr=9n7kx3 .

Cowork is the desktop app's automation mode. To give it the Google News API as a tool, add the Apify MCP server as a connector.
claude_desktop_config.json directly).
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonDownload the desktop app and start a free trial: https://claude.ai/referral/uIlpa7nPLg More help: https://docs.apify.com/platform/integrations/claude-desktop

Claude Code is the command-line tool. Add the Actor's MCP server with one command:
To use a token instead of browser OAuth:
Then verify with claude mcp list, or run /mcp inside a session. Ask Claude Code to call the Google News API.
Try Claude Code free: https://claude.ai/referral/uIlpa7nPLg Claude Code MCP docs: https://code.claude.com/docs/en/mcp

On claude.ai you add Apify as a connector, then enable just this Actor's tool.
johnvc/GoogleNewsAPI.https://mcp.apify.com/?tools=actors,docs,johnvc/GoogleNewsAPI, using OAuth when prompted.Open Claude on the web: https://claude.ai/referral/uIlpa7nPLg

No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-news-2)<a href="https://allmcps.com/mcp/google-news-2"><img src="https://allmcps.com/api/badge/google-news-2?style=directory" alt="Google News on AllMCPs" /></a>