Token导航 LogoToken导航TokenDH.com
Google News Parser MCP Server logo
AI代理未说明官方级别未说明来源级核验

Google News Parser MCP Server

MCP Server

一个基于FastMCP协议的轻量级服务,用于解析Google新闻RSS订阅源,提供最新头条、描述和来源元数据。

工具数

1

提示词数

0

GitHub Stars

0

资源数

0
PythonCursorAI代理Cursor

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

saadmdsabah

提供方

saadmdsabah

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Google News Parser (FastMCP Server)

Status: Live & Tested Protocol: FastMCP Authentication: None

This project provides a simple, lightweight FastMCP (Model Context Protocol) server that parses the Google News RSS feed. It exposes a single tool, get_google_news_feed, to fetch the latest headlines, descriptions, and source metadata.

The server is built using the fastmcp library for the MCP implementation and feedparser for parsing the RSS feed.

🚀 Live Server Endpoint

The MCP server is deployed on FastMCP Cloud and is publicly accessible for immediate use by any MCP-compatible client or AI model.

  • MCP Endpoint URL: https://google-news-parser.fastmcp.app/mcp

✅ Server Status & Testing

The endpoint is live and has been fully tested and confirmed working with the following clients and inspectors:

  • Cursor.ai (via mcp.json context)
  • @modelcontextprotocol/inspector
  • FastMCP's built-in inspector

🛠️ Tool Definition

The server exposes the following tool:

get_google_news_feed

  • Description: Get the latest headlines and metadata from the Google News RSS feed.
  • Tags: google news, news feed, rss, headlines
  • Arguments:

* max_results (int, optional): The maximum number of articles to return. Default: 3.


💻 Example Usage

You can interact with this MCP server using any standard HTTP client or a compatible editor like Cursor.ai.

Using Cursor.ai

To use this tool directly within the Cursor.ai editor, follow these two steps:

  1. Create mcp.json: In the root of your project folder, create a file named mcp.json and add the URL of the server's manifest.

mcp.json

      {
          "mcpServers": {
              "google-news-parse": {
                  "url": "https://google-news-parser.fastmcp.app/mcp"
              }
          }
      }
  1. Prompt the Chat: Cursor will automatically detect the file and load the tool. You can now just ask the AI to use it in plain English.

> User Prompt: > > Hey, can you get me the top 2 headlines from Google News using the get_google_news_feed tool?

Cursor will then execute the tool against your live server and return the results directly in the chat. print(f"\nAn error occurred: {e}")

目录标签

目录标签

PythonCursorAI代理新闻解析本地部署RSS订阅头条获取FastMCP协议

支持客户端

Cursor

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

1

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP