【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"server-google-news": {
"args": [
"-y",
"command."
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server implementation that provides Google News search capabilities via SerpAPI integration. Automatically categorizes news results and supports multiple languages and regions.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked command. against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / writing
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for Server Google News and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server implementation that provides Google News search capabilities via SerpAPI integration. Automatically categorizes news results and supports multiple languages and regions.
https://github.com/user-attachments/assets/1cc71c27-f840-4c94-9ab5-460d84ba4779
Comprehensive search capabilities including query-based search, topic search, publication filtering and story coverage.
Supports multiple languages and regions through configurable language and country codes.
Automatically categorizes news results into topics like AI & Technology, Business, Science & Research, and Healthcare.
Handles various news result types including headlines, stories, related topics and menu links.
Comprehensive error handling for API failures and invalid inputs, with helpful error messages.
Automatic fallback to English for unsupported language codes with appropriate user notifications.
Before getting started, you'll need to obtain a SerpApi key. Here's how:
Visit SerpApi website and create an account
After registration, go to your Dashboard:
API Usage Details:
Usage Limits:
Click to view my configuration solution 👉 https://github.com/modelcontextprotocol/servers/issues/76
npm install
npm run build