# Rssmcp

> Simple RSS MCP Server

- **Type:** MCP server
- **Install:** `agentstack add mcp-lunran-rssmcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Lunran](https://agentstack.voostack.com/s/lunran)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Lunran](https://github.com/Lunran)
- **Source:** https://github.com/Lunran/rssmcp
- **Website:** https://pypi.org/project/rssmcp/

## Install

```sh
agentstack add mcp-lunran-rssmcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# rssmcp MCP server
[](https://smithery.ai/server/@Lunran/rssmcp)  
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](https://smithery.ai/server/@Lunran/rssmcp):

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

### Install

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

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Lunran](https://github.com/Lunran)
- **Source:** [Lunran/rssmcp](https://github.com/Lunran/rssmcp)
- **License:** MIT
- **Homepage:** https://pypi.org/project/rssmcp/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-lunran-rssmcp
- Seller: https://agentstack.voostack.com/s/lunran
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
