Overview
what is rssmcp?
rssmcp is a simple RSS MCP server that allows users to fetch and format RSS feed entries.
how to use rssmcp?
To use rssmcp, configure the server with the provided command and arguments, then utilize the 'get_rss' tool to fetch RSS feeds by providing the required parameters.
key features of rssmcp?
- Fetches RSS feeds and returns entries as formatted text.
- Supports optional export of results to a file.
- Simple configuration for easy setup.
use cases of rssmcp?
- Aggregating news feeds from various sources.
- Displaying formatted RSS entries on websites or applications.
- Exporting RSS feed data for offline use.
FAQ from rssmcp?
- What programming language is rssmcp written in?
rssmcp is written in Python.
- Is rssmcp free to use?
Yes! rssmcp is available under the MIT license.
- How do I install rssmcp?
You can install rssmcp by configuring the server with the provided command and arguments.
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"],
]
}
}
No tools information available.