- Explore MCP Servers
- rssmcp
Rssmcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
rssmcp 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"], ] } }
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










