logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rssmcp

Fetches RSS feeds and returns entries as formatted text. It accepts parameters to specify the feed name and a date, with an option to export results to a file.

Author

rssmcp logo

Lunran

MIT License

Quick Info

GitHub GitHub Stars 1
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

rssmcpfeedsrssrssmcp fetcheslunran rssmcprss feeds

rssmcp MCP server

smithery badge
Simple RSS MCP Server

Components

Tools

The server implements one tool: - get_rss: Fetches RSS feeds and returns entries as formatted text - Takes "feed_name" and "since" as required string arguments - "export_result" as an optional boolean parameter (defaults to false) - Returns formatted feed entries as text and optionally exports to a file

Quickstart

Installing via Smithery

To install rssmcp for Claude Desktop automatically via Smithery:

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

Install

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

See Also

`