Content
# 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"],
]
}
}
```
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
git
A Model Context Protocol server for Git automation and interaction.
claude-emporium
🏛 [UNDER CONSTRUCTION] A (roman) claude plugin marketplace
unreal-mcp
Unreal Engine MCP Server: Control UE5 with Claude & AI Agents. Supports...
api2mcp4j
This is a revolutionary AI MCP plugin with excellent pluggable and...