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"],
]
}
}
Recommend MCP Servers 💡
@tonyzorin/youtrack-mcp
A Model Context Protocol (MCP) server providing access to YouTrack functionality with multi-platform support
hand-marketing-mcp-sse
An MCP server that analyzes user conversations to extract multi-dimensional tags, matches them with product tags from an industry database, and provides personalized product recommendations.
bugsnag-mcp-server
A Model Context Protocol (MCP) server for interacting with Bugsnag. This server allows LLM tools like Cursor and Claude to investigate and resolve issues in Bugsnag.
github:fetchSERP/fetchserp-mcp-server-node
MCP server for FetchSERP API enabling real-time SEO insights, keyword research, and competitor analysis in AI applications like Claude Desktop and API integrations.
ptcg-mcp
An MCP server that allows Claude to search and display Pokemon Trading Card Game cards.
mcp-skill-set
An MCP server built with mcp-framework to add custom tools for model context management.