rss-mcp

veithly/rss-mcp
★ 31 stars TypeScript 🌐 Browser/Web Updated 1mo ago
This is a Model Context Protocol (MCP) server built with TypeScript. It provides a versatile tool to fetch and parse any standard RSS/Atom feed, and also includes special support for RSSHub feeds.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rss-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "veithly/rss-mcp"
      ]
    }
  }
}