Back to MCP Servers

Server Google News

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-extractiongoapi

Installation

npx -y server-google-news

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub