Back to MCP directory
publicPublicdnsLocal runtime

rssmcp

一个简单的RSS MCP服务器,提供获取RSS订阅内容的功能

article

README

🚀 rssmcp MCP 服务器

该项目是一个简单的 RSS MCP 服务,可实现对 RSS 源的抓取和处理。

smithery 徽章

✨ 主要特性

组件

工具

该服务器实现了一个工具:

  • get_rss:抓取 RSS 源并以格式化文本返回条目
    • 接受 "feed_name" 和 "since" 作为必需的字符串参数
    • 接受 "export_result" 作为一个可选的布尔参数(默认为 false)
    • 返回格式化的 RSS 条目文本,并在需要时导出到文件

🚀 快速开始

📦 安装指南

通过 Smithery 安装

要通过 Smithery 自动安装 rssmcp 以用于 Claude 桌面端:

npx -y @smithery/cli install @Lunran/rssmcp --client claude

手动安装

"mcpServers": {
  "rssmcp": {
    "command": "uvx",
    "args": [
      "-U", "rssmcp",
      "--opml", "path/to/your.opml"
    ]
  }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client