Skip to main content
Search & Data ExtractionTypeScript

imprvhub/mcp-rss-aggregator

Model Context Protocol Server for aggregating RSS feeds in Claude Desktop.

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/imprvhub/mcp-rss-aggregator

Claude 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.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
imprvhub