This Google News MCP server, developed by Chan Meng, provides a streamlined interface for accessing Google News search results via the SerpAPI. Built with TypeScript and leveraging the MCP SDK, it offers tools to query and retrieve up-to-date news articles, headlines, and related information. By abstracting the complexities of SerpAPI interactions into a standardized MCP interface, it enables AI systems to easily incorporate current news data into their workflows. This implementation is particularly useful for applications involving news aggregation, trend analysis, and information retrieval, facilitating use cases such as personalized news feeds, media monitoring, and real-time event tracking.
No reviews yet. Be the first to review!
Sign in to join the conversation
Search for news articles based on a query. Parameters: q (string, search query), gl (string, country code), hl (string, language code), topic_token (optional string, specific news topic), publication_token (optional string, specific publisher), story_token (optional string, full coverage of a story), section_token (optional string, specific section).