MCP ExplorerExplorer

Rssmcp

@Lunranon a year ago
1 MIT
FreeCommunity
AI Systems
#mcp-server#rss
Simple RSS MCP Server

Overview

What is Rssmcp

rssmcp is a Simple RSS MCP Server designed to fetch and format RSS feed entries for easy access and export.

Use cases

Use cases for rssmcp include creating a news dashboard, integrating RSS feeds into websites, and automating content updates from various sources.

How to use

To use rssmcp, install it via Smithery with the command ‘npx -y @smithery/cli install @Lunran/rssmcp --client claude’. You can then configure it in your MCP servers settings.

Key features

Key features include the ‘get_rss’ tool that fetches RSS feeds, requires ‘feed_name’ and ‘since’ as arguments, and optionally exports results to a file.

Where to use

rssmcp can be used in various fields such as content aggregation, news monitoring, and any application that requires fetching and displaying RSS feeds.

Content

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"],
    ]
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers