A favicon of RSS Feed Fetcher

RSS Feed Fetcher

Simple RSS MCP Server

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install Lunran/rssmcp -c claude

This command will automatically install and configure the RSS Feed Fetcher MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "RSS Feed Fetcher": {
      "command": "uvx",
      "args": [
        "rssmcp"
      ],
      "env": {}
    }
  }
}

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"],
    ]
  }
}
Related topics:
Share:
Details:
  • Stars


    1
  • Forks


    0
  • Last commit


    23 days ago
  • Repository age


    24 days
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to RSS Feed Fetcher:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


RSS Feed Fetcher: MCP Server – MCP.Bar