imprvhub/mcp-rss-aggregator
Model Context Protocol Server for aggregating RSS feeds in Claude Desktop.
Quick Start
Clone the repository:
git clone https://github.com/imprvhub/mcp-rss-aggregatorClaude Desktop configuration example:
{
"mcpServers": {
"mcp-rss-aggregator": {
"command": "npx",
"args": [
"-y",
"imprvhub/mcp-rss-aggregator"
]
}
}
}Check the repository README for specific installation and configuration instructions.