search & data extraction

Google News Mcp Server

Google News integration with automatic topic categorization, multi-language support, and comprehensive search capabilities including headlines, stories, and related topics through [SerpAPI](https://serpapi.com/).

typescript
cloud
search & data extraction
0
View on GitHub

Installation

npx -y chanmeng/google-news-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "google-news-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "chanmeng/google-news-mcp-server"
  ]
}

About This MCP Server

chanmeng/google-news-mcp-server

Google News integration with automatic topic categorization, multi-language support, and comprehensive search capabilities including headlines, stories, and related topics through SerpAPI.

GitHub: https://github.com/ChanMeng666/server-google-news

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub