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
By ChanMeng666
Installation
npx -y server-google-newsConfiguration
{
"mcpServers": {
"server-google-news": {
"command": "npx",
"args": ["-y", "server-google-news"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes