Skip to content
VS Code

google news for VS Code

io.github.johnisanerd/google-news

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

client:VS Code transport:streamable-http

Install google news in VS Code

.vscode/mcp.json

{
  "servers": {
    "google-news": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=johnvc/GoogleNewsAPI"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

google news in other clients