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 💡
mcp-server-gsc
MCP server providing access to Google Search Console analytics data
linear-mcp-server
A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
sdi2200262/eclass-mcp-server
An MCP server for interacting with Open eClass platform instances, with specific support for UoA's SSO authentication system.
injunko/figma-mcp-server
Give AI coding tools access to Figma data through Model Context Protocol server for accurate design implementation.
jlowin/fastmcp
🚀 The fast, Pythonic way to build MCP servers and clients.
@cheqd/mcp-toolkit-server
A modular framework and toolkit for AI agents to interact with the Cheqd network, enabling secure management of decentralized identities (DIDs) and verifiable credentials via an MCP server.