trackmcp
Back to directory

Simple RSS MCP Server

1 stars PythonServers & Infrastructure Updated Apr 24, 2025
mcp-serverrss

Documentation

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:

bash
npx -y @smithery/cli install @Lunran/rssmcp --client claude

Install

code
"mcpServers": {
  "rssmcp": {
    "command": "uvx",
    "args": [
      "-U", "rssmcp"
      "--opml", "path/to/your.opml"],
    ]
  }
}

Frequently asked questions

What is rssmcp?

rssmcp is Simple RSS MCP Server

How do I install rssmcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is rssmcp open source?

Yes — it is hosted on GitHub at https://github.com/Lunran/rssmcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP