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 💡
NeoCoder-neo4j-ai-workflow
An MCP server that enables AI assistants to use Neo4j knowledge graphs and Qdrant vector databases for hybrid reasoning and workflow management.
keywordspeopleuse
A Model Context Protocol (MCP) server implementation that integrates with KeywordsPeopleUse for keyword research features.
@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.
optuna/optuna-mcp
An MCP server for Optuna, enabling LLM control and interactive optimization of hyperparameter search.
qdrant/mcp-server-qdrant
An official Model Context Protocol (MCP) server for Qdrant, a vector search engine, providing semantic memory capabilities to LLM applications for storing and retrieving information.
py-mcp-qdrant-rag
A Model Context Protocol (MCP) server implementation for RAG (Retrieval-Augmented Generation) using Qdrant vector database with support for both Ollama and OpenAI embeddings.