← Back to browse

google-news

Indexed by io.github.johnisanerd

About

Google News headlines, sources, and links via the Apify Google News API, hosted MCP.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http google-news 'https://mcp.apify.com/?tools=johnvc/GoogleNewsAPI'
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"google-news","type":"http","url":"https://mcp.apify.com/?tools=johnvc/GoogleNewsAPI"}'
JSON
{
  "mcpServers": {
    "google-news": {
      "url": "https://mcp.apify.com/?tools=johnvc/GoogleNewsAPI"
    }
  }
}