This project provides a simple, lightweight FastMCP (Model Context Protocol) server designed to fetch the latest news from Google News. It efficiently parses the Google News RSS feed and exposes a single, easy-to-use tool, `get_google_news_feed`, allowing users to retrieve headlines, descriptions, and source metadata. The server is publicly accessible via FastMCP Cloud, making it immediately available for integration with any MCP-compatible client or AI model, such as Cursor.ai.
주요 기능
01Configurable `max_results` to control the number of articles returned
02Publicly accessible endpoint on FastMCP Cloud
03Parses Google News RSS feed for current articles
04Exposes `get_google_news_feed` for easy data retrieval
050 GitHub stars
06Implemented as a FastMCP server for seamless AI and client integration