Skip to main content
Search & Data ExtractionTypeScript

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](https://serpapi.com/).

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ChanMeng666/server-google-news

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
ChanMeng666