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/).
Quick Start
Clone the repository:
git clone https://github.com/ChanMeng666/server-google-newsClaude 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.