Best for
- AI assistants and automated workflows that need real-time or categorized news from Google News.
- Applications requiring multi-language news support.
- Developers who want a single tool to fetch news from various sources and topics.
This server implements Google News search with categorization and multi-language support, but requires a SerpApi key and has usage limits.
This is a Model Context Protocol (MCP) server implementation that provides Google News search capabilities through SerpAPI integration. It automatically categorizes news results and supports multiple languages and regions.
npm install 2. Build the server: npm run build 3. Configure environment: Add the above configuration to claude_desktop_config.json and set the SERP_API_KEY environment variable to your SerpApi key. 4. Start the server: npm start[
{
"name": "Claude Desktop",
"type": "config",
"content": {
"google-news": {
"command": "D:\\Program\\nvm\\node.exe",
"args": [
"D:\\github_repository\\path_to\\dist\\index.js"
],
"env": {
"SERP_API_KEY": "your-api-key"
}
}
}
}
]