Back to MCP Servers
Rss Aggregator
Model Context Protocol Server for aggregating RSS feeds in Claude Desktop.
search-data-extraction
By imprvhub
Installation
npx -y mcp-rss-aggregatorConfiguration
{
"mcpServers": {
"mcp-rss-aggregator": {
"command": "npx",
"args": ["-y", "mcp-rss-aggregator"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes