loaditout.ai
BrowseRequestsSubmitBlogXPrivacyDisclaimer
{}loaditout.ai
SkillsMCP ServersPacksLeaderboardSubmitRequestsBlog

rss-reader-mcp

MCP Tool

kwp-lab/rss-reader-mcp

MCP server for RSS feed aggregation and article content extraction

Install

$ npx loaditout add kwp-lab/rss-reader-mcp

About

RSS Reader MCP

An MCP (Model Context Protocol) server for RSS feed aggregation and article content extraction. You can use it to subscribe to RSS feeds and get article lists, or extract the full content of an article from a URL and format it as Markdown.

English | δΈ­ζ–‡

[](https://www.npmjs.com/package/rss-reader-mcp) [](LICENSE) [](https://github.com/kwp-lab/rss-reader-mcp/actions/workflows/publish.yml) [](https://smithery.ai/server/@kwp-lab/rss-reader-mcp)

πŸš€ Quick Start

You can use this MCP server in MCP-capable clients such as Claude Desktop and CherryStudio.

Claude Desktop

For Claude Desktop, add the following configuration under the "mcpServers" section in your claude_desktop_config.json file:

{
  "mcpServers": {
    "rss-reader": {
      "command": "npx",
      "args": [
        "-y",
        "rss-reader-mcp"
      ]
    }
  }
}
Usage Examples
  • Basic RSS feed fetching

> Can you fetch the latest 5 headlines from the BBC News RSS feed? > URL: <https://feeds.bbci.co.uk/news/rss.xml>

  • Full article content extraction

> Please extract the full content of this article and format it as Markdown: > <https://example.com/news/article-title>

πŸ”§ Tools Reference
fetch_feed_entries

Fetch RSS entries from a specified URL

Parameters:

  • url (required string): RSS feed URL
  • limit (optional number): Maximum number of entries to return (default 10, max 100)

Returns: A JSON object containing feed metadata and a list of entries (including title, link, publication date, and summary)

fetch_article_content

Ext

Tags

smithery

Reviews

Loading reviews...

Quality Signals

Quality Score27
4
Stars
0
Installs
Last updated186 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcesmithery
Last commit9/10/2025
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/kwp-lab/rss-reader-mcp)](https://loaditout.ai/skills/kwp-lab/rss-reader-mcp)